3 #ifndef __CPROVER_ERR_H_INCLUDED
5 #define __CPROVER_ERR_H_INCLUDED
8 #ifndef __CPROVER_STDLIB_H_INCLUDED
10 #define __CPROVER_STDLIB_H_INCLUDED
13 void err(
int eval,
const char *fmt, ...)
22 #ifndef __CPROVER_ERR_H_INCLUDED
24 #define __CPROVER_ERR_H_INCLUDED
27 #ifndef __CPROVER_STDLIB_H_INCLUDED
29 #define __CPROVER_STDLIB_H_INCLUDED
32 void errx(
int eval,
const char *fmt, ...)
41 #ifndef __CPROVER_ERR_H_INCLUDED
43 #define __CPROVER_ERR_H_INCLUDED
46 void warn(
const char *fmt, ...)
53 #ifndef __CPROVER_ERR_H_INCLUDED
55 #define __CPROVER_ERR_H_INCLUDED
58 void warnx(
const char *fmt, ...)
void warnx(const char *fmt,...)
void err(int eval, const char *fmt,...)
void errx(int eval, const char *fmt,...)
void warn(const char *fmt,...)