CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bcc_cmdline.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: A special command line object for Bruce's C Compiler
4
5Author: Michael Tautschnig
6
7Date: July 2016
8
9\*******************************************************************/
10
14
15#ifndef CPROVER_GOTO_CC_BCC_CMDLINE_H
16#define CPROVER_GOTO_CC_BCC_CMDLINE_H
17
18#include "goto_cc_cmdline.h"
19
21{
22public:
23 // overload
24 virtual bool parse(int, const char**);
25
27 {
28 }
29};
30
31#endif // CPROVER_GOTO_CC_BCC_CMDLINE_H
virtual bool parse(int, const char **)
Command line interpretation for goto-cc.