CBMC
format_hooks.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module:
4 
5 Author: Daniel Kroening, dkr@amazon.com
6 
7 \*******************************************************************/
8 
9 #ifndef CPROVER_CPROVER_FORMAT_HOOKS_H
10 #define CPROVER_CPROVER_FORMAT_HOOKS_H
11 
12 void format_hooks();
13 
14 #endif // CPROVER_CPROVER_FORMAT_HOOKS_H
void format_hooks()