IUP: iup_assert.h File Reference

IUP - Portable User Interface

iup_assert.h File Reference


Detailed Description

See Copyright Notice in iup.h Exp $

Defines

#define iup_assert(_expr)   ((_expr)? (void)0: iupAssert(#_expr, __FILE__, __LINE__, NULL))
#define iup_error(_msg)   iupError(_msg)
#define iup_error1(_msg, _p1)   iupError(_msg, _p1)
#define iup_error2(_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,...)