X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fiso646.h;fp=includes%2Fiso646.h;h=48ca809ed35c120fe1409f4e26f72e059759619d;hb=4c805021b487dff9bfc6341c998ba99636416ae7;hp=0000000000000000000000000000000000000000;hpb=a1bf72a143e4756b80c8306e6eef3deee215546c;p=pdclib diff --git a/includes/iso646.h b/includes/iso646.h new file mode 100644 index 0000000..48ca809 --- /dev/null +++ b/includes/iso646.h @@ -0,0 +1,27 @@ +/* $Id$ */ + +/* Release $Name$ */ + +/* 7.9 Alternative spellings + + This file is part of the Public Domain C Library (PDCLib). + Permission is granted to use, modify, and / or redistribute at will. +*/ + +#ifndef _PDCLIB_ISO646_H +#define _PDCLIB_ISO646_H _PDCLIB_ISO646_H + +#define and && +#define and_eq &= +#define bitand & +#define bitor | +#define compl ˜ +#define not ! +#define not_eq != +#define or || +#define or_eq |= +#define xor ˆ +#define xor_eq ˆ= + +#endif +