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/bool.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/stdbool/bool.c') diff --git a/src/stdbool/bool.c b/src/stdbool/bool.c index 557a1454..9f8bc863 100644 --- a/src/stdbool/bool.c +++ b/src/stdbool/bool.c @@ -1,6 +1,14 @@ #include + +/** boolean type **/ + #define bool _Bool +/*** +provides an alternative spelling for the type TYPE(_Bool). +***/ + /* +VALUE_FIXED(TYPE(_Bool)) STDC(199901) */ -- cgit v1.2.1