7 lines
72 B
C
7 lines
72 B
C
|
|
struct statement;
|
|
|
|
void free_statement(
|
|
struct statement* this);
|
|
|
|
|