Include dependency graph for sort.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | bubblesort (void *data, count_t n, size_t e_size, int(*cmp)(void *a, void *b)) |
void | qsort (void *data, count_t n, size_t e_size, int(*cmp)(void *a, void *b)) |
int | int_cmp (void *a, void *b) |
int | __u32_cmp (void *a, void *b) |
int | __u16_cmp (void *a, void *b) |
int | __u8_cmp (void *a, void *b) |
Definition in file sort.h.