comparstr
qsort(words->sl_str, words->sl_cur, sizeof(char *), comparstr);
static int comparstr(const void *, const void *);