#include <mi32/stddefns.h>

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) |
Sorting functions
| #define LIBEXPORT MI_DLLIMPORT |
1.6.1