iso646.h(3HEAD) Headers iso646.h(3HEAD)
NAME
iso646.h, iso646 - alternative spellings
SYNOPSIS
#include <iso646.h>
DESCRIPTION
The <iso646.h> header defines the following macros (on the left) that expand to the corresponding tokens (on the right):
and &&
and_eq &=
bitand &
bitor |
compl ~
not !
not_eq !=
or ||
or_eq |=
xor ^
xor_eq ^=
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Interface Stability |Standard |
+-----------------------------+-----------------------------+
SEE ALSO
attributes(5), standards(5)
SunOS 5.10 10 Sep 2004 iso646.h(3HEAD)