Go to the source code of this file.
Defines | |
| #define | _ABLE_CLIB_ASSERT_H 1 |
| #define | assert(expr) |
Functions | |
| void | __assert_fail (const char *assertion, const char *file, unsigned int line, const char *function) |
| #define _ABLE_CLIB_ASSERT_H 1 |
| #define assert | ( | expr | ) |
Value:
((void) ((expr) ? 0 : \
(__assert_fail ((#expr), __FILE__, __LINE__, __func__), 0)))
| void __assert_fail | ( | const char * | assertion, | |
| const char * | file, | |||
| unsigned int | line, | |||
| const char * | function | |||
| ) |
1.5.6