kf_comp
qsort(kf, fcnt, sizeof(*kf), kf_comp);
int kf_comp(const void *, const void *);
static int kf_comp(const void *, const void *);