Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
isl-0.15
/
isl_sort.h
blob: b69fe01d9919027e35a1b7335402b2384518639f [
file
]
#ifndef
ISL_SORT_H
#define
ISL_SORT_H
#include
<stddef.h>
int
isl_sort
(
void
*
const
pbase
,
size_t
total_elems
,
size_t
size
,
int
(*
cmp
)(
const
void
*,
const
void
*,
void
*
arg
),
void
*
arg
);
#endif