4 lines
82 B
C
4 lines
82 B
C
|
|
struct variable* new_variable(
|
|
struct string* name,
|
|
truthtable_t value);
|