我在stdlib.h中只找到了原型 请问他的实际实现代码在哪?
看到qsort是在stdlib.h里面的,源码在msort.c 302行,调用了qsort_r函数:
参考http://www.felix021.com/blog/read.php?1951