PandA-2024.02
|
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 unsigned int size_t |
Definition at line 1 of file test-specialized.c.
Definition at line 153 of file qsort-specialized.c.
Referenced by test().
void test | ( | int *const | pbase, |
size_t | total_elems | ||
) |
Definition at line 8 of file test-specialized.c.
References qsort().