|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | serialize (Environment *_environment, char *_data, char *_key) |
| Emit code for SERIALIZE. | |
| Variable * serialize | ( | Environment * | _environment, |
| char * | _data, | ||
| char * | _key ) |
Emit code for SERIALIZE.
| _environment | Current calling environment |
| _string | Data to serialize |
Definition at line 74 of file serialize.c.