59#if !defined(__atari__) && !defined(__atarixl__) && !defined(__coco__) && !defined(__cocob__)
void cpu_dsfree(Environment *_environment, char *_index)
void cpu_dsalloc(Environment *_environment, char *_size, char *_index)
Variable * variable_retrieve(Environment *_environment, char *_name)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Variable * fujinet_read(Environment *_environment, char *_size)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.