|
pspsdk-1.0+beta2
|


Go to the source code of this file.
Macros | |
| #define | assert(cond) (void)((cond)?0:__assert_fail(#cond, __FILE__, __LINE__)) |
Functions | |
| int | __assert_fail (const char *assertion, const char *file, unsigned int line) __attribute__((noreturn)) |
| #define assert | ( | cond | ) | (void)((cond)?0:__assert_fail(#cond, __FILE__, __LINE__)) |
Referenced by internal_do_export(), parse_string(), process_command(), strip_whitespace(), and validate_number().
| int __assert_fail | ( | const char * | assertion, |
| const char * | file, | ||
| unsigned int | line | ||
| ) |