快排cmp

int cmp(const void *a, const void *b){
	return *(int *)a - *(int *)b;
}

posted on 2014-02-14 16:42  长木Qiu  阅读(98)  评论(0编辑  收藏  举报