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