PandA-2024.02
Typedefs | Functions
test.c File Reference

Go to the source code of this file.

Typedefs

typedef unsigned int size_t
 

Functions

void qsort (void *base, size_t nel, size_t width, int(*cmp)(const void *, const void *))
 
int less (const void *a, const void *b)
 
void test (int *const pbase, size_t total_elems)
 

Typedef Documentation

◆ size_t

typedef unsigned int size_t

Definition at line 1 of file test.c.

Function Documentation

◆ less()

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

◆ qsort()

void qsort ( void *  base,
size_t  nel,
size_t  width,
int(*)(const void *, const void *)  cmp 
)

Definition at line 153 of file qsort-specialized.c.

References pntz(), shl(), shr(), sift(), and trinkle().

Referenced by main(), and test().

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

◆ test()

void test ( int *const  pbase,
size_t  total_elems 
)

Definition at line 8 of file test.c.

References less(), and qsort().

Here is the call graph for this function:

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