|
gwenhywfar
5.14.1
|

Go to the source code of this file.
Macros | |
| #define | DISABLE_DEBUGLOG |
Functions | |
| void | GWEN_QuickSort (void *array, int numElems, int sizeElems, GWEN_QUICKSORT_COMPARE_CB cb, void *arg) |
| #define DISABLE_DEBUGLOG |
Definition at line 33 of file quicksort.c.
| void GWEN_QuickSort | ( | void * | array, |
| int | numElems, | ||
| int | sizeElems, | ||
| GWEN_QUICKSORT_COMPARE_CB | cb, | ||
| void * | arg | ||
| ) |
Definition at line 49 of file quicksort.c.
References sort_r().
Referenced by GWEN_Tree2Element_SortChildren().


1.8.14