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]
/
c2pdg_options.h
blob
c5a20eca8698622fe74eb3c143a38fac22b95267
1
#include <isl/options.h>
2
#include <pet.h>
3
4
#if defined(__cplusplus)
5
extern
"C"
{
6
#endif
7
struct
options
{
8
struct
isl_options
*
isl
;
9
struct
pet_options
*
pet
;
10
const char
*
input
;
11
const char
*
function
;
12
};
13
14
ISL_ARG_DECL
(
options
,
struct
options
,
options_args
)
15
16
#if defined(__cplusplus)
17
}
18
#endif