lisp-take-1/value/compare.h
2024-11-28 18:36:25 -06:00

4 lines
76 B
C

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