genericopenlibs/openenvcore/include/stdbool.dosc
author Pat Downey <patd@symbian.org>
Tue, 13 Jul 2010 17:51:34 +0100
branchRCL_3
changeset 43 97e3c206731f
parent 0 e4d67989cc36
permissions -rw-r--r--
Merge fixes for bug 2603 and bug 3123.

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