VLSI Solution Oy / MegaLib Documentation

assert.h

Go to the documentation of this file.
00001 
00004 #undef assert
00005 
00006 #ifdef NDEBUG
00007 #define assert(exp)      (0)
00008 #else
00009 #define assert(exp)      ((exp) ? 0 : __assert(#exp,__FILE__, __LINE__))
00010 #endif
00011 

All software copyright 2005-2006 VLSI Solution OY. Redistribution of this software is strictly forbidden.