1/*******************************************************************\
5Author: Daniel Kroening, kroening@kroening.com
7\*******************************************************************/
10#ifndef CPROVER_ANSI_C_C_PREPROCESS_H
11#define CPROVER_ANSI_C_C_PREPROCESS_H
19 const std::string &path,
28// returns 'true' in case of error
31#endif // CPROVER_ANSI_C_C_PREPROCESS_H
bool c_preprocess(const std::string &path, std::ostream &outstream, message_handlert &message_handler)
bool test_c_preprocessor(message_handlert &message_handler)
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...