repo.or.cz
/
ppn.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 more relaxed pet_expr_is_equal index comparison
[ppn.git]
/
pn2adg_options.h
blob
3c504f31c505ff328e6855c6ac7ef08f2ccfb61c
1
#include <isl/options.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
struct
options
{
8
struct
isl_options
*
isl
;
9
int
xml
;
10
char
*
input
;
11
char
*
output
;
12
};
13
14
ISL_ARG_DECL
(
options
,
struct
options
,
options_args
)
15
16
#if defined(__cplusplus)
17
}
18
#endif