CBMC
Loading...
Searching...
No Matches
preprocessor_line.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: ANSI-C Language Conversion
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_ANSI_C_PREPROCESSOR_LINE_H
13#define CPROVER_ANSI_C_PREPROCESSOR_LINE_H
14
15class parsert;
16
18 const char *text,
20
21#endif // CPROVER_ANSI_C_PREPROCESSOR_LINE_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition ai.h:562
void preprocessor_line(const char *text, parsert &parser)