Defines | |
#define | iupASSERT(_expr) ((_expr)? (void)0: iupAssert(#_expr, __FILE__, __LINE__, NULL)) |
#define | iupERROR(_msg) iupError(_msg) |
#define iupASSERT | ( | _expr | ) | ((_expr)? (void)0: iupAssert(#_expr, __FILE__, __LINE__, NULL)) |
If the expression if false, displays a message with information of the source code where the assert happen.
_expr | The evaluated expression. |
#define iupERROR | ( | _msg | ) | iupError(_msg) |
Displays an error message. Also used by the iupASSERT.