diff -r e20de85af2ee -r ce057bb09d0b genericopenlibs/openenvcore/include/assert.dosc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/genericopenlibs/openenvcore/include/assert.dosc Fri Jun 04 16:20:51 2010 +0100 @@ -0,0 +1,11 @@ +/** @file ../include/assert.h +@internalComponent +*/ + +/** @def assert(e) + +The assert() macro inserts diagnostics into programs. When executed, if the expression is false (that is, compares equal to 0), assert() writes information about the call that failed on stderr and then calls abort(). + +@publishedAll +@externallyDefinedApi +*/