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