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

8 lines
77 B
C

struct variable
{
struct string* name;
truthtable_t value;
};