4 lines
78 B
C
4 lines
78 B
C
|
|
int compare_string(
|
|
const struct string* a,
|
|
const struct string* b);
|