genericopenlibs/openenvcore/include/stdbool.dosc
author hgs
Thu, 14 Oct 2010 14:15:50 +0530
changeset 70 62ed7a7d9e0b
parent 0 e4d67989cc36
permissions -rw-r--r--
201041

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