cprover
link_to_library.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Library Linking
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_PROGRAMS_LINK_TO_LIBRARY_H
13 #define CPROVER_GOTO_PROGRAMS_LINK_TO_LIBRARY_H
14 
15 #include <util/message.h>
16 
17 #include "goto_model.h"
18 
19 void link_to_library(
20  symbol_tablet &,
23 
24 void link_to_library(
25  goto_modelt &,
27 
28 #endif // CPROVER_GOTO_PROGRAMS_LINK_TO_LIBRARY_H
Symbol Table + CFG.
The symbol table.
Definition: symbol_table.h:52