#include <assert.h>
#include <unistd.h>
Go to the source code of this file.
|
int | less (void *a, void *b, void *notUsed) |
|
void | qsort_r (void *base, size_t nel, size_t width, int(*comp)(void *, void *, void *), void *arg) |
|
◆ __compar_d_fn_t
typedef int(* __compar_d_fn_t) (void *, void *, void *) |
◆ less()
int less |
( |
void * |
a, |
|
|
void * |
b, |
|
|
void * |
notUsed |
|
) |
| |
Definition at line 4 of file less.c.
◆ qsort_r()
void qsort_r |
( |
void * |
base, |
|
|
size_t |
nel, |
|
|
size_t |
width, |
|
|
int(*)(void *, void *, void *) |
comp, |
|
|
void * |
arg |
|
) |
| |