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

6 lines
96 B
C

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