qsort_strcmp
static int qsort_strcmp(const void *, const void *);
qsort(list, nelems, sizeof(char *), qsort_strcmp);