From 661f59838235815b5073a0ef95f410003639519e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:14:04 -0400 Subject: rename non-compiled files to *.h --- src/stdbool/false.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/stdbool/false.h (limited to 'src/stdbool/false.h') diff --git a/src/stdbool/false.h b/src/stdbool/false.h new file mode 100644 index 00000000..0259936d --- /dev/null +++ b/src/stdbool/false.h @@ -0,0 +1,14 @@ +#include + +/** boolean false constant **/ + +#define false (0) + +/*** +is the false value for the type TYPE(_Bool). +***/ + +/* +VALUE_FIXED(0) +STDC(199901) +*/ -- cgit v1.2.1