SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Typedefs | Enumerations
stdbool.h File Reference

Standard boolean type definitions for C. More...

#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
 

Enumerations

enum  { false = 0 , true = 1 }
 

Detailed Description

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.

Typedef Documentation

◆ bool

typedef int8_t bool

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
false 

Boolean false value.

true 

Boolean true value.