关于快排函数 qsort
void qsort(void *base, int nelem, int width, int (*fcmp)(const void *,const void *));这里第4个参数
int (*fcmp)(const void *,const void *)
中int 后面 (*fcmp) 为什么fcmp要用括号括起来并且前面加*
2014-11-25 23:19
2014-11-25 23:20

2014-11-25 23:38
2014-11-26 11:53

2014-11-26 13:36
2014-11-26 14:20

2014-11-26 16:43
2014-11-28 22:51
2014-11-29 13:02