The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group
NAME
iso646.h - alternative spellings
SYNOPSIS
#include <iso646.h>
DESCRIPTION
The
<iso646.h>
header defines the following eleven 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
| ^=
|
APPLICATION USAGE
None.
FUTURE DIRECTIONS
None.
SEE ALSO
None.
UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]