#include <mi32/stddefns.h>
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.
Defines | |
| #define | LIBEXPORT MI_DLLIMPORT |
Functions | |
| LIBEXPORT void | heapsort (void *array, INT32 n, INT32 size, int(*compare)(void *a, void *b, void *hookdata), void *hookdata) |
| LIBEXPORT int | HeapSortGen (INT32 n, int(*compare)(INT32 a, INT32 b, void *hookdata), int(*swap)(INT32 a, INT32 b, void *hookdata), void *hookdata) |
Definition in file sort.h.
1.5.2