IUP: iup_assert.h File Reference

IUP - Portable User Interface

iup_assert.h File Reference


Detailed Description

See Copyright Notice in iup.h

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

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