|
GBDK 2020 Docs
API Documentation for GBDK 2020
|
Go to the source code of this file.
Macros | |
| #define | assert(x) ((x) ? (void)0 : __assert(#x, __func__, __FILE__, __LINE__)) |
Functions | |
| void | __assert (const char *expression, const char *functionname, const char *filename, unsigned int linenumber) |
| #define assert | ( | x | ) | ((x) ? (void)0 : __assert(#x, __func__, __FILE__, __LINE__)) |
| void __assert | ( | const char * | expression, |
| const char * | functionname, | ||
| const char * | filename, | ||
| unsigned int | linenumber | ||
| ) |