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/true.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/stdbool/true.c') diff --git a/src/stdbool/true.c b/src/stdbool/true.c index da515b7c..b6288b05 100644 --- a/src/stdbool/true.c +++ b/src/stdbool/true.c @@ -1,6 +1,14 @@ #include + +/** boolean true constant **/ + #define true (1) +/*** +is the boolean true value for the type TYPE(_Bool). +***/ + /* +VALUE_FIXED(1) STDC(199901) */ -- cgit v1.2.1