isl_access_info: change interface for specifying restrictions
[isl.git] / isl_qsort.h
blob155cf3cee5f80ef236df6b02014f8a030e8934c4
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