cprover
musketeer_main.cpp
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Main Module
4 
5 Author: Vincent Nimal
6 
7 \*******************************************************************/
8 
11 
13 
14 int main(int argc, const char **argv)
15 {
16  goto_fence_inserter_parse_optionst parse_options(argc, argv);
17  return parse_options.main();
18 }
virtual int main()
Command Line Parsing.
int main(int argc, const char **argv)