![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
Standard boolean type definitions for C. More...
#include <stdint.h>

Go to the source code of this file.
Typedefs | |
| typedef int8_t | bool |
Enumerations | |
| enum | { false = 0 , true = 1 } |
Standard boolean type definitions for C.
This header file defines a standard boolean type for C, as well as the boolean values true and false. It is intended to be compatible with C++ and to provide a clear definition of boolean logic.