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

4 lines
82 B
C

struct variable* new_variable(
struct string* name,
truthtable_t value);