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 to version 0.06
[ppn.git]
/
pdg2c_options.h
blob
985e1ad6b0c7625b4e19a301a02fd6256bd0b1e7
1
#include <isl/options.h>
2
#include <pet.h>
3
4
#if defined(__cplusplus)
5
extern
"C"
{
6
#endif
7
8
struct
options
{
9
struct
pet_options
*
pet
;
10
const char
*
input_C
;
11
const char
*
input_pdg
;
12
const char
*
output
;
13
};
14
15
ISL_ARG_DECL
(
options
,
struct
options
,
options_args
)
16
17
#if defined(__cplusplus)
18
}
19
#endif