assert.h

Go to the documentation of this file.
00001 #ifndef __ASSERT_H__
00002 #define __ASSERT_H__
00003 
00004 /* #define USE_ASSERTS /* Use assertions */
00005 
00006 #ifdef USE_ASSERTS
00007 #define ASSERT(x) assert(x)
00008 #else
00009 #define ASSERT(x)
00010 #endif
00011 
00012 #endif

Generated on Mon May 8 16:47:49 2006 for xmonitors by  doxygen 1.4.2