__cmpfunc
qsort(array, (size_t)n, sizeof(char *), __cmpfunc);
static int __cmpfunc __P((const void *, const void *));