void qsort (void* base, size_t num, size_t size, int (*compar)(const void*,const void*));头文件stdlib.h base Pointer to the first object of the array to be sorted, converted to a void*.num Number of elements in the array pointed by base. size_t is an un