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

Go to the source code of this file.

Functions

void center (Environment *_environment, char *_string, int _newline, char *_width)
 Emit code for CENTRE ....

Function Documentation

◆ center()

void center ( Environment * _environment,
char * _string,
int _newline,
char * _width )

Emit code for CENTRE ....

Parameters
_environmentCurrent calling environment
_stringString to center

Definition at line 124 of file center.c.