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

5 lines
113 B
C

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