4 lines
76 B
C
4 lines
76 B
C
|
|
int compare_values(
|
|
const struct value* a,
|
|
const struct value* b);
|