8 lines
96 B
C
8 lines
96 B
C
|
|
struct number;
|
|
|
|
int compare_number(
|
|
const struct number* a,
|
|
const struct number* b);
|
|
|
|
|