29#include <mstdlib/base/m_defs.h>
30#include <mstdlib/base/m_types.h>
int M_sort_compar_binwraped(const void *arg1, const void *arg2, void *thunk)
size_t M_sort_binary_insert_idx(const void *base, size_t nmemb, size_t esize, const void *key, M_bool stable, M_sort_compar_t compar, void *thunk)
int M_sort_compar_u64(const void *arg1, const void *arg2, void *thunk)
int M_sort_compar_str(const void *arg1, const void *arg2, void *thunk)
int M_sort_compar_vp_desc(const void *arg1, const void *arg2, void *thunk)
void M_sort_mergesort(void *base, size_t nmemb, size_t esize, M_sort_compar_t compar, void *thunk)
int M_sort_compar_vp(const void *arg1, const void *arg2, void *thunk)
int M_sort_compar_u64_desc(const void *arg1, const void *arg2, void *thunk)
int M_sort_compar_str_casecmp_desc(const void *arg1, const void *arg2, void *thunk)
int M_sort_compar_str_casecmp(const void *arg1, const void *arg2, void *thunk)
void M_sort_qsort(void *base, size_t nmemb, size_t esize, M_sort_compar_t compar, void *thunk)
M_bool M_sort_binary_search(const void *base, size_t nmemb, size_t esize, const void *key, M_bool stable, M_sort_compar_t compar, void *thunk, size_t *idx)
int M_sort_compar_str_desc(const void *arg1, const void *arg2, void *thunk)
int(* M_sort_compar_t)(const void *arg1, const void *arg2, void *thunk)
Definition: m_sort.h:78