Go to the source code of this file.
Defines | |
#define | __SYSINTERF_ASSERT_H__ 1 |
#define | assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) |
Functions | |
void | __assert (char *file, int line, char *error) |
void | __kassert (char *file, int line, char *error) |
|
|
|
|
|
|
|
|