8 lines
77 B
C
8 lines
77 B
C
|
|
struct variable
|
|
{
|
|
struct string* name;
|
|
|
|
truthtable_t value;
|
|
};
|
|
|