add pdg2c
[ppn.git] / c2pdg_options.h
blob8e210426013cf09f942f50ec88d54cdd87a6f3c2
1 #include <isl/options.h>
2 #include <pet.h>
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;
13 ISL_ARG_DECL(options, struct options, options_args)
15 #if defined(__cplusplus)
17 #endif