blu_os
Loading...
Searching...
No Matches
stdbool.h
Go to the documentation of this file.
1//
2// Created by dylan on 15/07/2026.
3//
4
5#ifndef BLU_OS_STDBOOL_H
6#define BLU_OS_STDBOOL_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
16
17#define bool _Bool
18#define true 1
19#define false 0
20#define __bool_true_false_are_defined 1
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif //BLU_OS_STDBOOL_H