5 lines
107 B
C
5 lines
107 B
C
|
|
void environment_value_define(
|
|
struct value* this,
|
|
struct string* name,
|
|
struct value* value);
|