ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
char_at.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

void char_at (Environment *_environment, char *_x, char *_y, char *_code, char *_type, char *_size)
 Emit code for CENTRE ....

Function Documentation

◆ char_at()

void char_at ( Environment * _environment,
char * _x,
char * _y,
char * _code,
char * _type,
char * _size )

Emit code for CENTRE ....

Parameters
_environmentCurrent calling environment
_stringString to center

Definition at line 51 of file char_at.c.