blksort
qsort(inpsort + i, (size_t)n, sizeof *inpsort, blksort);
static int blksort(const void *, const void *);