|
PatchworkOS
|
#include "_internal/config.h"Go to the source code of this file.
Macros | |
| #define | _SYMBOL2STRING(x) #x |
| #define | _VALUE2STRING(x) _SYMBOL2STRING(x) |
| #define | assert(expression) ((expression) ? (void)0 : _assert_89("Assertion failed: " #expression " file " __FILE__ ".")) |
Functions | |
| _PUBLIC void | _assert_99 (const char *const, const char *const, const char *const) |
| _PUBLIC void | _assert_89 (const char *const) |
| #define _VALUE2STRING | ( | x | ) | _SYMBOL2STRING(x) |
| #define assert | ( | expression | ) | ((expression) ? (void)0 : _assert_89("Assertion failed: " #expression " file " __FILE__ ".")) |
| _PUBLIC void _assert_89 | ( | const char * const | message | ) |