bool definition is in stdbool.h, no local definition required

This commit is contained in:
Holger Vogt
2024-12-15 10:27:29 +01:00
parent f9b7455d10
commit 72d70e3471
+1 -2
View File
@@ -52,8 +52,7 @@
/* Begin macros. */
/* Boolean data type */
#define bool int
/* Boolean data type by stdbool.h */
#define NO 0
#define YES 1