repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_input.c: accept more general affine expressions
[isl.git]
/
include
/
isl_version.h
blob
7f8f23d69451b45b41bbef0f089cc8efba4b7298
1
#ifndef ISL_VERSION_H
2
#define ISL_VERSION_H
3
4
#if defined(__cplusplus)
5
extern
"C"
{
6
#endif
7
8
const char
*
isl_version
(
void
);
9
10
#if defined(__cplusplus)
11
}
12
#endif
13
14
#endif