os/ossrv/genericopenlibs/openenvcore/include/assert.dosc
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 */