add isl_set_upper_bound_si
[isl.git] / isl_qsort.h
blob5ca1634205921264c2d3418a4074e630162ba7b6
1 #ifndef ISL_QSORT_H
2 #define ISL_QSORT_H
4 void isl_quicksort (void *const pbase, size_t total_elems, size_t size,
5 int (*cmp)(const void *, const void *, void *arg), void *arg);
7 #endif