Defines | Functions

iup_assert.h File Reference

Assert Utilities. More...

Defines

#define iupASSERT(_expr)   ((_expr)? (void)0: iupAssert(#_expr, __FILE__, __LINE__, NULL))
#define iupERROR(_msg)   iupError(_msg)
#define iupERROR1(_msg, _p1)   iupError(_msg, _p1)
#define iupERROR2(_msg, _p1, _p2)   iupError(_msg, _p1, _p2)

Functions

IUP_SDK_API void iupAssert (const char *expr, const char *file, int line, const char *func)
IUP_SDK_API void iupError (const char *format,...)

Detailed Description

See Copyright Notice in "iup.h"