lambda-calc-1/number/compare.h
2025-01-13 20:36:07 -06:00

8 lines
96 B
C

struct number;
int compare_number(
const struct number* a,
const struct number* b);