genericopenlibs/openenvcore/include/assert.dosc
changeset 0 e4d67989cc36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/include/assert.dosc	Tue Feb 02 02:01:42 2010 +0200
@@ -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
+*/