Sign in
android
/
toolchain
/
cloog
/
98972d5434ffcb4d11d2c81a46600e9a1cda9110
/
.
/
cloog-0.17.0
/
isl
/
isl_qsort.h
blob: 5ca1634205921264c2d3418a4074e630162ba7b6 [
file
] [
log
] [
blame
]
#ifndef
ISL_QSORT_H
#define
ISL_QSORT_H
void
isl_quicksort
(
void
*
const
pbase
,
size_t
total_elems
,
size_t
size
,
int
(*
cmp
)(
const
void
*,
const
void
*,
void
*
arg
),
void
*
arg
);
#endif