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
da: remove inconsistencies from dependence relations
[ppn.git]
/
pn2adg_options.h
blob
3e443d5e4a7388472491cd2dc408bfbf5e49b6cb
1
#include <isl/options.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
struct
options
{
8
int
xml
;
9
char
*
input
;
10
char
*
output
;
11
};
12
13
ISL_ARG_DECL
(
options
,
struct
options
,
options_arg
)
14
15
#if defined(__cplusplus)
16
}
17
#endif