9 lines
115 B
C
9 lines
115 B
C
|
|
struct string;
|
|
struct value;
|
|
|
|
struct variable* new_variable(
|
|
struct string* name,
|
|
struct value* value);
|
|
|
|
|