summaryrefslogtreecommitdiff
path: root/src/iso646/compl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/iso646/compl.c')
-rw-r--r--src/iso646/compl.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/iso646/compl.c b/src/iso646/compl.c
new file mode 100644
index 00000000..a94d5780
--- /dev/null
+++ b/src/iso646/compl.c
@@ -0,0 +1,16 @@
+#include <iso646.h>
+#define compl ~
+
+/** alternate spelling of ~ **/
+
+/***
+is an alternate spelling of the bitwise complement operator (OPERATOR(~)).
+***/
+
+/*
+VALUE_FIXED(~)
+*/
+
+/*
+STDC(199409)
+*/