CBMC
c_misc.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: ANSI-C Misc Utilities
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_ANSI_C_C_MISC_H
13 #define CPROVER_ANSI_C_C_MISC_H
14 
15 #include <string>
16 
17 std::string MetaString(const std::string &in);
18 
19 #endif // CPROVER_ANSI_C_C_MISC_H
std::string MetaString(const std::string &in)
Definition: c_misc.cpp:95