3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 11:41:22 +00:00

env params

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-01 20:56:40 -08:00
parent 9bd4fd969a
commit 02e763bb6b
15 changed files with 133 additions and 80 deletions

View file

@ -21,8 +21,6 @@ Revision History:
#include<iostream>
#include<stdarg.h>
class ini_params;
void send_warnings_to_stdout(bool flag);
void enable_warning_messages(bool flag);
@ -33,8 +31,6 @@ void set_warning_stream(std::ostream* strm);
void warning_msg(const char * msg, ...);
void register_warning(ini_params & p);
void disable_error_msg_prefix();
void format2ostream(std::ostream& out, char const* fmt, va_list args);