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

Go to the source code of this file.

Functions

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

Function Documentation

◆ vhcenter()

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

Emit code for CENTRE ....

Parameters
_environmentCurrent calling environment
_stringString to center

Definition at line 111 of file vhcenter.c.