0_0_27614594_27369.cpp:7:1: error: expected unqualified-id before '/' token
/oid qsort(void *base, size_t nelem, size_t width, int (*fcmp)(const void *, const void *)
^
0_0_27614594_27369.cpp: In function 'int main()':
0_0_27614594_27369.cpp:33:34: error: 'fintcmp' was not declared in this scope
qsort(pnum[ca],n,sizeof(int),fintcmp);
^
|