lisp-take-1/string/compare.h

6 lines
95 B
C

struct string;
int compare_strings(
const struct string* a,
const struct string* b);