sl@0: /** @file ../include/stdbool.h sl@0: @internalComponent sl@0: */ sl@0: sl@0: /** @def __bool_true_false_are_defined sl@0: sl@0: Expands to the integer constant 1. sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */ sl@0: sl@0: /** @typedef typedef int _Bool sl@0: sl@0: int value either to store 0 or 1. sl@0: sl@0: @publishedAll sl@0: @externallyDefinedApi sl@0: */