12 #ifndef CPROVER_CPROVER_CPROVER_PARSE_OPTIONS_H
13 #define CPROVER_CPROVER_CPROVER_PARSE_OPTIONS_H
15 #define CPROVER_OPTIONS \
17 "(smt2)(text)(outfile):" \
19 "(safety)(no-safety)(no-assertions)" \
21 "(solve)(unwind):(trace)" \
22 "(inline)(no-inline)" \
25 "(show-goto-functions)(show-loops)(show-properties)" \
26 "(show-functions-with-loops)" \
27 "(validate-goto-model)" \
void help()
display command line help
cprover_parse_optionst(int _argc, const char **_argv)