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

Go to the source code of this file.

Functions

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

Function Documentation

◆ vcenter()

void vcenter ( Environment * _environment,
char * _string,
int _newline )

Emit code for CENTRE ....

Parameters
_environmentCurrent calling environment
_stringString to center

Definition at line 111 of file vcenter.c.