Loading...
Searching...
No Matches
Go to the documentation of this file.
10 fprintf(stderr, __VA_ARGS__); \
16#define ASSERT(expr, ...) \
18 PANIC("assertion " #expr " failed: " __VA_ARGS__ "\n"); \
23#define DEBUG_ASSERT(expr) ASSERT(expr)
25#define DEBUG_ASSERT(expr)