aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/stdbool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdbool.h b/include/stdbool.h
index d68b829..95f6f2c 100644
--- a/include/stdbool.h
+++ b/include/stdbool.h
@@ -34,6 +34,8 @@
* is converted to 1 (just like prefixing with `!!`). This
* assures that overflow during cast does not cause a non-zero
* value to be converted to zero.
+ *
+ * @etymology (Bool)ean.
*/
#define bool _Bool