diff options
Diffstat (limited to 'src/stdbool/true.c')
| -rw-r--r-- | src/stdbool/true.c | 8 |
1 files changed, 8 insertions, 0 deletions
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 <stdbool.h> + +/** boolean true constant **/ + #define true (1) +/*** +is the boolean true value for the type TYPE(_Bool). +***/ + /* +VALUE_FIXED(1) STDC(199901) */ |
