]> pd.if.org Git - pdclib/blob - iso646.h
Second try. Freestanding only, for now.
[pdclib] / iso646.h
1 #ifndef _PDCLIB_ISO646_H
2 #define _PDCLIB_ISO646_H _PDCLIB_ISO646_H
3
4 /* $Id$ */
5
6 /* 7.9 Alternative spellings <iso646.h> */
7
8    This file is part of the Public Domain C Library (PDCLib).
9    Permission is granted to use, modify, and / or redistribute at will.
10 */
11
12 #define and &&
13 #define and_eq &=
14 #define bitand &
15 #define bitor |
16 #define compl \98
17 #define not !
18 #define not_eq !=
19 #define or ||
20 #define or_eq |=
21 #define xor \88
22 #define xor_eq \88=
23
24 #endif