7 lines
60 B
C
7 lines
60 B
C
|
|
struct value;
|
|
|
|
void free_value(
|
|
struct value* this);
|
|
|
|
|
|
|
struct value;
|
|
|
|
void free_value(
|
|
struct value* this);
|
|
|
|
|