genericopenlibs/openenvcore/include/stdbool.dosc
author William Roberts <williamr@symbian.org>
Tue, 22 Jun 2010 22:03:38 +0100
branchGCC_SURGE
changeset 39 4393da0c39b5
parent 0 e4d67989cc36
permissions -rw-r--r--
Fix IMPORT_C/EXPORT_C mismatches in bsul and openenvcore/backend - Bug 2971

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