genericopenlibs/openenvcore/include/stdbool.dosc
author Peter Fordham <peter.fordham@gmail.com>
Mon, 22 Mar 2010 12:54:15 -0700
branchCompilerCompatibility
changeset 11 8d1ef0d13f16
parent 0 e4d67989cc36
permissions -rw-r--r--
Bug 1697 - Restructed function control flow to aviod branching across initialization.

/** @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
*/