os/ossrv/genericopenlibs/openenvcore/include/stdbool.dosc
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/** @file ../include/stdbool.h
sl@0
     2
@internalComponent
sl@0
     3
*/
sl@0
     4
sl@0
     5
/** @def	__bool_true_false_are_defined
sl@0
     6
sl@0
     7
Expands to the integer constant 1.
sl@0
     8
sl@0
     9
@publishedAll
sl@0
    10
@externallyDefinedApi
sl@0
    11
*/
sl@0
    12
sl@0
    13
/** @typedef  typedef	int	_Bool  
sl@0
    14
sl@0
    15
int value either to store 0 or 1.
sl@0
    16
sl@0
    17
@publishedAll
sl@0
    18
@externallyDefinedApi
sl@0
    19
*/