This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>.
All rights reserved.

Released under the GNU General Public License.

Return to index Up one level Previous symbol Next symbol

Summary of the <iso646.h> Header

View source

#ifndef __ISO646_H
#define __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 /* !__ISO646_H */