cmpstringp
qsort(prognames, nprog, sizeof(char *), cmpstringp);
static int cmpstringp(const void *, const void *);