标签:
int
comp (
const
void
*a,
*b )
{
return
* (
* ) a - * (
* ) b;
}
qsort
原文地址:http://www.cnblogs.com/zhxshseu/p/5285313.html