err_compar
qsort((char *)errs, errcnt, sizeof(struct errs), err_compar);
static int err_compar(const void *p1, const void *p2);