aboutsummaryrefslogtreecommitdiffstats
path: root/include/stdbool.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-20 02:12:30 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-20 02:12:30 +0100
commit5a98619165d29a802c099b7ee8b8e8434992e160 (patch)
tree2827be2c2293e92cde8d87b0e091ba4b7b726ca0 /include/stdbool.h
parentmore etymology (diff)
downloadslibc-5a98619165d29a802c099b7ee8b8e8434992e160.tar.gz
slibc-5a98619165d29a802c099b7ee8b8e8434992e160.tar.bz2
slibc-5a98619165d29a802c099b7ee8b8e8434992e160.tar.xz
more etymology
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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