genericopenlibs/openenvcore/include/stdbool.dosc
author Peter Fordham <peter.fordham@gmail.com>
Fri, 19 Mar 2010 20:29:19 -0700
branchCompilerCompatibility
changeset 8 ae56b77b72d8
parent 0 e4d67989cc36
permissions -rw-r--r--
start CompilerCompatibility

/** @file ../include/stdbool.h
@internalComponent
*/

/** @def	__bool_true_false_are_defined

Expands to the integer constant 1.

@publishedAll
@externallyDefinedApi
*/

/** @typedef  typedef	int	_Bool  

int value either to store 0 or 1.

@publishedAll
@externallyDefinedApi
*/