CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
c_misc.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: ANSI-C Misc Utilities
4
5Author: 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
17std::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