blksort
qsort((void *)inpsort, (size_t)inplast, sizeof (*inpsort), blksort);
static int blksort(const void *, const void *);