VLC
4.0.0-dev
|
Functions | |
void | vlc_qsort (void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *, void *), void *arg) |
Sort an array with reentrancy, following the upcoming POSIX prototype. More... | |
void vlc_qsort | ( | void * | base, |
size_t | nmemb, | ||
size_t | size, | ||
int(*)(const void *, const void *, void *) | compar, | ||
void * | arg | ||
) |
Sort an array with reentrancy, following the upcoming POSIX prototype.
cf. POSIX qsort_r
References compar, compar_wrapper(), and state.