|
gwenhywfar
5.14.1
|
#include <gwenhywfar/gwenhywfarapi.h>

Go to the source code of this file.
Typedefs | |
| typedef int(* | GWEN_QUICKSORT_COMPARE_CB) (const void *p1, const void *p2, void *arg) |
Functions | |
| GWENHYWFAR_API void | GWEN_QuickSort (void *array, int elemNum, int elemSize, GWEN_QUICKSORT_COMPARE_CB cb, void *arg) |
| typedef int(* GWEN_QUICKSORT_COMPARE_CB) (const void *p1, const void *p2, void *arg) |
Definition at line 35 of file quicksort.h.
| GWENHYWFAR_API void GWEN_QuickSort | ( | void * | array, |
| int | elemNum, | ||
| int | elemSize, | ||
| 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