os/ossrv/genericopenlibs/openenvcore/include/assert.dosc
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /** @file ../include/assert.h
     2 @internalComponent
     3 */
     4 
     5 /** @def assert(e)
     6 
     7 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().
     8 
     9 @publishedAll
    10 @externallyDefinedApi
    11 */