nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
assert.h File Reference
This graph shows which files directly or indirectly include this file:

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)