Go to the source code of this file.
|
#define | DEBUG_STATIC_ASSERT(c) (void)sizeof(char[(c) ? 1 : -1]) |
|
#define | DEBUGLEVEL 0 |
|
#define | assert(condition) ((void)0) /* disable assert (default) */ |
|
#define | RAWLOG(l, ...) do { } while (0) /* disabled */ |
|
#define | DEBUGLOG(l, ...) do { } while (0) /* disabled */ |
|
◆ assert
#define assert |
( |
|
condition | ) |
((void)0) /* disable assert (default) */ |
◆ DEBUG_STATIC_ASSERT
#define DEBUG_STATIC_ASSERT |
( |
|
c | ) |
(void)sizeof(char[(c) ? 1 : -1]) |
◆ DEBUGLEVEL
◆ DEBUGLOG
#define DEBUGLOG |
( |
|
l, |
|
|
|
... |
|
) |
| do { } while (0) /* disabled */ |
◆ RAWLOG
#define RAWLOG |
( |
|
l, |
|
|
|
... |
|
) |
| do { } while (0) /* disabled */ |