4-variable-simplifier/expression/new.h
2026-04-25 16:00:10 -04:00

7 lines
154 B
C

struct expression_inheritance;
struct expression* new_expression(
const struct expression_inheritance* inheritance,
int cost,
size_t size);