6 lines
99 B
C
6 lines
99 B
C
|
|
struct value;
|
|
|
|
int compare_boolean_values(
|
|
const struct value* a,
|
|
const struct value* b);
|