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

9 lines
101 B
C

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