From 661f59838235815b5073a0ef95f410003639519e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:14:04 -0400 Subject: rename non-compiled files to *.h --- src/iso646/xor.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/iso646/xor.h (limited to 'src/iso646/xor.h') diff --git a/src/iso646/xor.h b/src/iso646/xor.h new file mode 100644 index 00000000..c981d80d --- /dev/null +++ b/src/iso646/xor.h @@ -0,0 +1,15 @@ +#include + +/** alternative spelling for ^ **/ + +#define xor ^ + +/*** +provides an alternative means of specifying the binary bitwise-XOR operator +(OPERATOR(^)). +***/ + +/* +VALUE_FIXED(OPERATOR(^)) +STDC(199409) +*/ -- cgit v1.2.1