7 lines
150 B
C
7 lines
150 B
C
|
|
struct operators;
|
|
struct scope;
|
|
|
|
struct simplifications* new_simplifications(
|
|
const struct operators* operators,
|
|
const struct scope* scope);
|