7 lines
84 B
C
7 lines
84 B
C
|
|
struct statement;
|
|
|
|
struct statement* inc_statement(
|
|
struct statement* this);
|
|
|
|
|