1/*******************************************************************\
5Author: Daniel Kroening, kroening@kroening.com
7\*******************************************************************/
9#ifndef CPROVER_UTIL_FORMAT_H
10#define CPROVER_UTIL_FORMAT_H
30 static inline std::ostream &
45 std::ostringstream
oss;
50#endif // CPROVER_UTIL_FORMAT_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...