da: remove inconsistencies from dependence relations
[ppn.git] / pn2adg_options.h
blob3e443d5e4a7388472491cd2dc408bfbf5e49b6cb
1 #include <isl/options.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct options {
8 int xml;
9 char *input;
10 char *output;
13 ISL_ARG_DECL(options, struct options, options_arg)
15 #if defined(__cplusplus)
17 #endif