|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | randomize (Environment *_environment, char *_ext_seed) |
| Emit ASM code for RANDOMIZE. | |
| void randomize | ( | Environment * | _environment, |
| char * | _ext_seed ) |
Emit ASM code for RANDOMIZE.
This function initialize the seed for random function.
| _environment | Current calling environment |
Definition at line 63 of file randomize.c.