summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/include/cloog/isl/cloog.h
blob: 9379054e9bbdb1431e6ce1b65ea30d00ddffe448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef CLOOG_ISL_H
#define CLOOG_ISL_H

#ifndef CLOOG_INT_GMP
#define CLOOG_INT_GMP
#endif

#include <cloog/cloog.h>
#include <cloog/isl/constraintset.h>
#include <cloog/isl/domain.h>

#if defined(__cplusplus)
extern "C" {
#endif 

CloogState *cloog_isl_state_malloc(struct isl_ctx *ctx);

#if defined(__cplusplus)
}
#endif 

#endif /* define _H */