43void wave(
Environment * _environment,
char * _voice,
char * _bits,
char * _pulse ) {
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
void wave(Environment *_environment, char *_voice, char *_bits, char *_pulse)
void sidz_wave(Environment *_environment, char *_voice, char *_bits, char *_pulse)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.