CBMC
symtab2gb_main.cpp
Go to the documentation of this file.
1 /******************************************************************\
2 
3 Module: symtab2gb_main
4 
5 Author: Diffblue Ltd.
6 
7 \******************************************************************/
8 
11 
13 
14 int main(int argc, const char *argv[])
15 {
16  symtab2gb_parse_optionst parse_options{argc, argv};
17  return parse_options.main();
18 }
virtual int main()
int main(int argc, const char *argv[])