Go to the source code of this file.
|
void | _quicksort (void *const pbase, size_t total_elems, size_t size, int(*cmp)(const void *, const void *, void *), void *arg) |
|
int | less (void *a, void *b, void *notUsed) |
|
void | test (float *const pbase, size_t total_elems) |
|
◆ __compar_d_fn_t
typedef int(* __compar_d_fn_t) (void *, void *, void *) |
Definition at line 3 of file test.c.
◆ size_t
Definition at line 1 of file test.c.
◆ _quicksort()
void _quicksort |
( |
void *const |
pbase, |
|
|
size_t |
total_elems, |
|
|
size_t |
size, |
|
|
int(*)(const void *, const void *, void *) |
cmp, |
|
|
void * |
arg |
|
) |
| |
◆ less()
int less |
( |
void * |
a, |
|
|
void * |
b, |
|
|
void * |
notUsed |
|
) |
| |
◆ test()
void test |
( |
float *const |
pbase, |
|
|
size_t |
total_elems |
|
) |
| |