Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
void play_off(Environment *_environment, int _channels)
Emit ASM code for PLAY OFF.
void play_off_var(Environment *_environment, char *_channels)
Emit ASM code for PLAY OFF ....
void ted_stop_vars(Environment *_environment, char *_channels)
void ted_stop(Environment *_environment, int _channels)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.