SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Typedefs | Enumerations
stdbool.h File Reference
#include <stdint.h>
Include dependency graph for stdbool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int8_t bool
 Boolean type definition.
 

Enumerations

enum  { false = 0 , true = 1 }
 

Typedef Documentation

◆ bool

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.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
false 
true