scan.cc: fix typos in comments
[pet.git] / options.h
blobd0d68e8b9a8397c7412383259f6c612169e5e9df
1 #include <isl/arg.h>
2 #include <isl/ctx.h>
4 #if defined(__cplusplus)
5 extern "C" {
6 #endif
8 struct pet_options {
9 int autodetect;
10 int n_path;
11 const char **paths;
12 int n_define;
13 const char **defines;
16 ISL_ARG_CTX_DECL(pet_options, struct pet_options, pet_options_args)
18 #if defined(__cplusplus)
20 #endif