CBMC
Loading...
Searching...
No Matches
memory_analyzer_main.cpp
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Symbol Analyzer
4
5Author: Malte Mues <mail.mues@gmail.com>
6
7\*******************************************************************/
8
11
13
14int main(int argc, const char **argv)
15{
17 return parse_options.main();
18}
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition ai.h:562
int main()
Definition example.cpp:18
This code does the command line parsing for the memory-analyzer tool.