6 lines
95 B
C
6 lines
95 B
C
|
|
struct string;
|
|
|
|
int compare_strings(
|
|
const struct string* a,
|
|
const struct string* b);
|