stdbool Reference

File
lib/c99/include/c99/stdbool.h
Date
Wednesday, June 25, 2014
Includes
None

Types

_Bool

typedef int _Bool;

Macros

__bool_true_false_are_defined

#define __bool_true_false_are_defined 1

__XEOS_LIB_C99_STDBOOL_H__

#define __XEOS_LIB_C99_STDBOOL_H__

bool

#define bool _Bool

false

#define false 0

true

#define true 1