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 change in handling of scalar reads
[ppn.git]
/
adg2dot_options.h
blob
7ca4ee4f7ee9f735296b9e2e3a2643be50965294
1
#include <isl/options.h>
2
3
#if defined(__cplusplus)
4
extern
"C"
{
5
#endif
6
7
struct
options
{
8
char
*
input
;
9
char
*
output
;
10
};
11
12
ISL_ARG_DECL
(
options
,
struct
options
,
options_arg
)
13
14
#if defined(__cplusplus)
15
}
16
#endif