MP-Gadget  5.0.1.dev1-76bc7d4726-dirty
openmpsort.h
Go to the documentation of this file.
1 #ifndef OPENMPSORT_H
2 #define OPENMPSORT_H
3 
4 #include <stddef.h>
5 
6 void qsort_openmp(void *base, size_t nmemb, size_t size,
7  int(*compar)(const void *, const void *));
8 
9 #endif
void qsort_openmp(void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *))
Definition: openmpsort.c:205