Polly 19.0.0git
isl_sort.h
Go to the documentation of this file.
1#ifndef ISL_SORT_H
2#define ISL_SORT_H
3
4#include <stddef.h>
5
6int isl_sort(void *const pbase, size_t total_elems, size_t size,
7 int (*cmp)(const void *, const void *, void *arg), void *arg);
8
9#endif
int GMPQAPI() cmp(mp_rat op1, mp_rat op2)
int isl_sort(void *const pbase, size_t total_elems, size_t size, int(*cmp)(const void *, const void *, void *arg), void *arg)
Definition: isl_sort.c:153
const char * arg
Definition: isl_test.c:774
const char * size
Definition: isl_test.c:1570