/* ---------------------------------------------------------------------------- * $Id$ * ---------------------------------------------------------------------------- * Public Domain C Library - http://pdclib.sourceforge.net * This code is Public Domain. Use, modify, and redistribute at will. * ---------------------------------------------------------------------------- * Alternative spellings * ---------------------------------------------------------------------------- * This header is part of a freestanding implementation * --------------------------------------------------------------------------*/ #ifndef _ISO646_H #define _ISO646_H _ISO646_H /* ---------------------------------------------------------------------------- * DEFINES * --------------------------------------------------------------------------*/ #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 /* _ISO646_H */