6 lines
102 B
C
6 lines
102 B
C
|
|
struct expression;
|
|
|
|
struct statement* new_expression_statement(
|
|
struct expression* expression);
|
|
|