PandA-2024.02
|
#include "aggregate.h"
Go to the source code of this file.
Typedefs | |
typedef unsigned int | size_t |
typedef int(* | __compar_d_fn_t) (void *, void *, void *) |
Functions | |
void | _quicksort (void *const pbase, size_t total_elems, size_t size, int(*cmp)(const void *, const void *, void *), void *arg) |
int | less (void *a, void *b, void *notUsed) |
void | test (float *const pbase, size_t total_elems) |
typedef int(* __compar_d_fn_t) (void *, void *, void *) |
Definition at line 3 of file test-specialized.c.
typedef unsigned int size_t |
Definition at line 1 of file test-specialized.c.
void test | ( | float *const | pbase, |
size_t | total_elems | ||
) |
Definition at line 14 of file test-specialized.c.
References _quicksort().