X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fstdbool.h;h=daec901e450eb1633cbe183917c5e07918bb62d1;hp=afe5c74f535808161d58161413654aa476754c5e;hb=d7f375a09a9912bb18ad42f1442fbf64311bfed6;hpb=0bfd3aa28ccec8c35481fe04d1dc82a0f1f522e6 diff --git a/includes/stdbool.h b/includes/stdbool.h index afe5c74..daec901 100644 --- a/includes/stdbool.h +++ b/includes/stdbool.h @@ -1,4 +1,4 @@ -/* 7.16 Boolean type and values +/* Boolean type and values This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -8,12 +8,11 @@ #define _PDCLIB_STDBOOL_H _PDCLIB_STDBOOL_H #ifndef __cplusplus -#define bool _Bool -#define true 1 -#define false 0 +#define bool _Bool +#define true 1 +#define false 0 #endif #define __bool_true_false_are_defined 1 #endif -