repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iscc: register extra keywords in generic way
[barvinok.git]
/
bound_options.h
blob
3aaf8271a6116dc8cfadb11f2b298e605fd18acc
1
#include <isl_arg.h>
2
#include
"evalue_convert.h"
3
#include
"verify.h"
4
5
#if defined(__cplusplus)
6
extern
"C"
{
7
#endif
8
9
struct
options
{
10
struct
convert_options
*
convert
;
11
struct
verify_options
*
verify
;
12
char
*
var_list
;
13
long
split
;
14
int
lower
;
15
long
iterate
;
16
};
17
18
ISL_ARG_DECL
(
options
,
struct
options
,
options_arg
)
19
20
#if defined(__cplusplus)
21
}
22
#endif