9 lines
101 B
C
9 lines
101 B
C
|
|
struct value;
|
|
|
|
int compare_string_values(
|
|
const struct value* a,
|
|
const struct value* b);
|
|
|
|
|
|
|