From 59a08ae18e8c8b4b4240af268ce7da585c2fe6ed Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 2 Mar 2019 12:13:32 -0500 Subject: update documentation --- src/stdbool/false.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/stdbool/false.c') diff --git a/src/stdbool/false.c b/src/stdbool/false.c index 15f292d6..0259936d 100644 --- a/src/stdbool/false.c +++ b/src/stdbool/false.c @@ -1,6 +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