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

Go to the source code of this file.

Functions

void upb (Environment *_environment, char *_line, char *_column, char *_width, char *_height)
 Emit code for UPB ....

Function Documentation

◆ upb()

void upb ( Environment * _environment,
char * _line,
char * _column,
char * _width,
char * _height )

Emit code for UPB ....

Parameters
_environmentCurrent calling environment
_lineLine of window to scroll
_columnColumn of window to scroll
_widthWidth of window to scroll
_heightHeight of window to scroll

Definition at line 80 of file upb.c.