26 typedef int (*
qsort_cmp)(
const void *,
const void *);
27 typedef int (*qsort_cmp2)(
void*,
const void *,
const void *);
28 typedef int (*qsort2_cmp)(
const void *,
const void *,
const void *);
TODO: Rename this file - func.h is stupid.
int(* qsort_cmp)(const void *, const void *)