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