cmp_str
static int cmp_str(const void *vp1, const void *vp2);
qsort((char *) Firstch, (int) Tbl.str_numstr, sizeof *Firstch, cmp_str);