repo.or.cz
/
barvinok
/
uuh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update pet for pet_scop_get_schedule
[barvinok/uuh.git]
/
isl_polylib.h
blob
9b56187319868f425a031b17cd4124123157c8fc
1
#ifndef ISL_POLYLIB_H
2
#define ISL_POLYLIB_H
3
4
#if defined(__cplusplus)
5
extern
"C"
{
6
#endif
7
8
#include <polylib/polylibgmp.h>
9
10
#if defined(__cplusplus)
11
}
12
#endif
13
14
#endif