0_0_21982744_28532.cpp: In function 'int ccmp(const void*, const void*)':
0_0_21982744_28532.cpp:21:67: error: expected ';' before numeric constant
return (*(struct haha *)a).id>(*(struct haha *)b).id 1:-1;
^
0_0_21982744_28532.cpp:21:68: error: expected ';' before ':' token
return (*(struct haha *)a).id>(*(struct haha *)b).id 1:-1;
^
0_0_21982744_28532.cpp:22:10: error: 'else' without a previous 'if'
else return (*(struct haha *)a).count<(*(struct haha *)b).count 1:-1;
^
0_0_21982744_28532.cpp:22:74: error: expected ';' before numeric constant
else return (*(struct haha *)a).count<(*(struct haha *)b).count 1:-1;
^
0_0_21982744_28532.cpp:22:75: error: expected ';' before ':' token
else return (*(struct haha *)a).count<(*(struct haha *)b).count 1:-1;
^
|