opt_compare
qsort((void *)sopt, sofar, sizeof(sopt[0]), opt_compare);
static int opt_compare __P((const void *p1, const void *p2));