|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | clip (Environment *_environment, char *_x1, char *_y1, char *_x2, char *_y2) |
| Emit code to implement CLIP command. | |
| void clip | ( | Environment * | _environment, |
| char * | _x1, | ||
| char * | _y1, | ||
| char * | _x2, | ||
| char * | _y2 ) |