1 #include "adg2dot_options.h"
3 ISL_ARGS_START(struct options
, options_args
)
4 ISL_ARG_STR(struct options
, input
, 'i', "input", "filename", NULL
, NULL
)
5 ISL_ARG_STR(struct options
, output
, 'o', "output", "filename", NULL
, NULL
)
8 ISL_ARG_DEF(options
, struct options
, options_args
)