PandA-2024.02
Typedefs | Functions
qsort.c File Reference
#include <assert.h>
#include <unistd.h>
Include dependency graph for qsort.c:

Go to the source code of this file.

Typedefs

typedef int(* __compar_d_fn_t) (void *, void *, void *)
 

Functions

void qsort_r (void *base, size_t nel, size_t width, int(*comp)(void *, void *, void *), void *arg)
 

Typedef Documentation

◆ __compar_d_fn_t

typedef int(* __compar_d_fn_t) (void *, void *, void *)

Definition at line 39 of file qsort.c.

Function Documentation

◆ qsort_r()

void qsort_r ( void *  base,
size_t  nel,
size_t  width,
int(*)(void *, void *, void *)  comp,
void *  arg 
)

Definition at line 49 of file qsort.c.

References k, and less().

Referenced by test().

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

Generated on Mon Feb 12 2024 13:02:58 for PandA-2024.02 by doxygen 1.8.13