asortcmp
static int asortcmp(const void *npp1, const void *npp2);
qsort((wchar_t *)alist, nel-1, sizeof (NODE *), asortcmp);