CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cpp_internal_additions.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module:
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
9
10#ifndef CPROVER_CPP_CPP_INTERNAL_ADDITIONS_H
11#define CPROVER_CPP_CPP_INTERNAL_ADDITIONS_H
12
13#include <iosfwd>
14
15void cpp_internal_additions(std::ostream &code);
16
17#endif // CPROVER_CPP_CPP_INTERNAL_ADDITIONS_H
void cpp_internal_additions(std::ostream &code)