|
nckernel
0.1
|

Go to the source code of this file.
Macros | |
| #define | ASSERT(cond) _assert(#cond, (cond)) |
| #define | assert(cond) _assert(__func__, __LINE__, #cond, (int)(cond)) |
Functions | |
| void | _assert (const char *func, int line, const char *str, int cond) |
1.8.4