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

5 lines
114 B
C

struct expression* new_and_expression(
int cost,
struct expression* left,
struct expression* right);