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

Go to the source code of this file.

Functions

Variabledeserialize (Environment *_environment, char *_data, char *_key, char *_var)
 Emit code for DESERIALIZE.

Function Documentation

◆ deserialize()

Variable * deserialize ( Environment * _environment,
char * _data,
char * _key,
char * _var )

Emit code for DESERIALIZE.

Parameters
_environmentCurrent calling environment
_stringData to deserialize

Definition at line 62 of file deserialize.c.