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
README: rename
[ppn.git]
/
adg_cmp_options.c
blob
067adb0ddcdb5976f4fa0d9a150b8594e089942c
1
#include
"adg_cmp_options.h"
2
3
ISL_ARGS_START
(
struct
options
,
options_args
)
4
ISL_ARG_ARG
(
struct
options
,
adg1
,
"adg1"
,
NULL
)
5
ISL_ARG_ARG
(
struct
options
,
adg2
,
"adg2"
,
NULL
)
6
ISL_ARGS_END
7
8
ISL_ARG_DEF
(
options
,
struct
options
,
options_args
)