|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | configure_set_value (Environment *_environment, int _name, int _parameter, int _value) |
| void | configure_set_value_var (Environment *_environment, int _name, int _parameter, char *_value) |
| void configure_set_value | ( | Environment * | _environment, |
| int | _name, | ||
| int | _parameter, | ||
| int | _value ) |
Definition at line 37 of file configure_set_value.c.
| void configure_set_value_var | ( | Environment * | _environment, |
| int | _name, | ||
| int | _parameter, | ||
| char * | _value ) |
Definition at line 54 of file configure_set_value.c.