gwenhywfar  5.14.1
Macros | Functions
quicksort.c File Reference
#include "./quicksort.h"
#include "./sort_r.h"
#include "quicksort-t.c"
Include dependency graph for quicksort.c:

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)
 

Macro Definition Documentation

◆ DISABLE_DEBUGLOG

#define DISABLE_DEBUGLOG

Definition at line 33 of file quicksort.c.

Function Documentation

◆ GWEN_QuickSort()

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().

Here is the call graph for this function:
Here is the caller graph for this function: