genericopenlibs/openenvcore/include/assert.dosc
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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 */