fcmp
qsort((char *)list, entries, sizeof(struct afile), fcmp);
static int fcmp(const void *, const void *);