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

6 lines
96 B
C

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