PandA-2024.02
test-specialized.c
Go to the documentation of this file.
1 typedef unsigned int size_t;
2 
3 //#include "qsort.c"
4 void qsort(void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *));
5 
6 int less (const void * a, const void * b);
7 
8 void test(int * const pbase, size_t total_elems)
9 {
10  qsort(pbase, total_elems, sizeof(int), 0);
11 }
char base
This version is stamped on May 10, 2016.
Definition: nussinov.c:24
int less(const void *a, const void *b)
Definition: less.c:4
int test(float *key, float *base, size_t nmemb)
void qsort(void *base, size_t nel, size_t width, int(*cmp)(const void *, const void *))
unsigned int size_t

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