lisp-take-1/value/boolean/compare.h

6 lines
99 B
C

struct value;
int compare_boolean_values(
const struct value* a,
const struct value* b);