os/ossrv/genericopenlibs/openenvcore/include/stdbool.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/stdbool.h
     2 @internalComponent
     3 */
     4 
     5 /** @def	__bool_true_false_are_defined
     6 
     7 Expands to the integer constant 1.
     8 
     9 @publishedAll
    10 @externallyDefinedApi
    11 */
    12 
    13 /** @typedef  typedef	int	_Bool  
    14 
    15 int value either to store 0 or 1.
    16 
    17 @publishedAll
    18 @externallyDefinedApi
    19 */