update pet to version 0.06
[ppn.git] / pdg2c_options.h
blob985e1ad6b0c7625b4e19a301a02fd6256bd0b1e7
1 #include <isl/options.h>
2 #include <pet.h>
4 #if defined(__cplusplus)
5 extern "C" {
6 #endif
8 struct options {
9 struct pet_options *pet;
10 const char *input_C;
11 const char *input_pdg;
12 const char *output;
15 ISL_ARG_DECL(options, struct options, options_args)
17 #if defined(__cplusplus)
19 #endif