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

Go to the source code of this file.

Typedefs

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

Functions

int less (void *a, void *b, void *notUsed)
 
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-specialized.c.

Function Documentation

◆ less()

int less ( void *  a,
void *  b,
void *  notUsed 
)

Definition at line 4 of file less.c.

◆ 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-specialized.c.


Generated on Mon Feb 12 2024 13:03:09 for PandA-2024.02 by doxygen 1.8.13