typedef int (*cmpfun)(const void *, const void *, void *); #define call_cmp(v1,v2) ((*cmp)(v1,v2,arg)) #define QSORT_R #include "qsort_impl.h"