CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
c_wrangler.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: C Wrangler
4
5Author: Daniel Kroening, dkr@amazon.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_CRANGLER_C_WRANGLER_H
13#define CPROVER_CRANGLER_C_WRANGLER_H
14
15class jsont;
16
17void c_wrangler(const jsont &);
18
19#endif // CPROVER_CRANGLER_C_WRANGLER_H
void c_wrangler(const jsont &)
Definition json.h:27