Loading...
Searching...
No Matches
Go to the documentation of this file.
9 fprintf(stderr, __VA_ARGS__); \
15#define ASSERT(expr, ...) \
17 PANIC("assertion " #expr " failed: " __VA_ARGS__ "\n"); \
22#define DEBUG_ASSERT(expr) ASSERT(expr)
24#define DEBUG_ASSERT(expr)