6 lines
74 B
C
6 lines
74 B
C
|
|
struct expression;
|
|
|
|
void free_expression(
|
|
struct expression* this);
|
|
|