CBMC
Loading...
Searching...
No Matches
interpreter.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Interpreter for GOTO Programs
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_GOTO_PROGRAMS_INTERPRETER_H
13#define CPROVER_GOTO_PROGRAMS_INTERPRETER_H
14
15class goto_modelt;
17
18void interpreter(
19 const goto_modelt &,
21
22#endif // CPROVER_GOTO_PROGRAMS_INTERPRETER_H
void interpreter(const goto_modelt &, message_handlert &)