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