YetAnotherCoupler 3.5.2
|
Go to the source code of this file.
Macros | |
#define | die(msg) yac_abort_message((msg), __FILE__, __LINE__) |
#define | YAC_ASSERT(exp, msg) {if(!((exp))) yac_abort_message(((msg)), __FILE__, __LINE__);} |
#define | YAC_ASSERT_F(exp, format, ...) |
Functions | |
void | yac_abort_message (char const *, char const *, int) |
#define die | ( | msg | ) | yac_abort_message((msg), __FILE__, __LINE__) |
Definition at line 12 of file yac_assert.h.
#define YAC_ASSERT | ( | exp, | |
msg ) {if(!((exp))) yac_abort_message(((msg)), __FILE__, __LINE__);} |
Definition at line 16 of file yac_assert.h.
#define YAC_ASSERT_F | ( | exp, | |
format, | |||
... ) |
Definition at line 19 of file yac_assert.h.
void yac_abort_message | ( | char const * | , |
char const * | , | ||
int | ) |