![]() |
SyterKit 0.4.0.x
SyterKit is a bare-metal framework
|
#include <stdint.h>

Go to the source code of this file.
Typedefs | |
| typedef int8_t | bool |
| Boolean type definition. | |
Enumerations | |
| enum | { false = 0 , true = 1 } |
Boolean type definition.
Defines the boolean type as an 8-bit signed integer (int8_t). This allows for the representation of boolean values while ensuring compatibility across different platforms.