freestnd-c-hdrs-0bsd/stdbool.h
2023-04-16 07:24:29 +02:00

21 lines
362 B
C

#if !defined(__FSTD_HDRS_STDBOOL_H) || defined(__FSTD_HDRS_CXX_WRAP)
#if !defined(__FSTD_HDRS_CXX_WRAP)
#define __FSTD_HDRS_STDBOOL_H 1
#endif
#ifndef __FSTD_HDRS_STDBOOL_H_MACROS
#define __FSTD_HDRS_STDBOOL_H_MACROS 1
#ifndef __cplusplus
# define bool _Bool
# define true 1
# define false 0
#endif
#define __bool_true_false_are_defined 1
#endif
#endif