Documentation  |   Table of Contents   |  < Previous   |  Next >   |  Index

10    iso646.h

Palm OS® Protein C/C++ Compiler Language & Library Reference

Palm OS® Developer Suite

The <iso646.h> header defines several constants that expand to the corresponding tokens, useful for programming in ISO 646 variant character sets.

Operators ^TOP^

Purpose

Defines constants that expand to the corresponding tokens.

Declared In

posix/iso646.h

Constants

#define and &&
The operator &&.
#define and_eq &=
The operator &=.
#define bitand &
The operator &.
#define bitor |
The operator |.
#define compl ~
The operator ~.
#define not !
The operator !.
#define not_eq !=
The operator !=.
#define or ||
The operator ||.
#define or_eq |=
The operator |=.
#define xor ^
The operator ^.
#define xor_eq ^=
The operator ^=.