51 if ( strcmp( procedure->
name, _name ) == 0 ) {
54 procedure = procedure->
next;
67 char * timerRealName = NULL;
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
void every_ticks_call(Environment *_environment, char *_timing, char *_name, char *_timer)
void c128_timer_set_address(Environment *_environment, char *_timer, char *_address)
void c128_timer_set_init(Environment *_environment, char *_timer, char *_init)
void c128_timer_set_counter(Environment *_environment, char *_timer, char *_counter)
struct _Variable Variable
Structure of a single variable.
#define CRITICAL_PROCEDURE_MISSING(n)
struct _Environment Environment
Structure of compilation environment.
#define CRITICAL_PARALLEL_PROCEDURE_CANNOT_BE_CALLED(c)
struct _Procedure Procedure