1<iso646.h>(0P)             POSIX Programmer's Manual            <iso646.h>(0P)
2
3
4

NAME

6       iso646.h - alternative spellings
7

SYNOPSIS

9       #include <iso646.h>
10

DESCRIPTION

12       The  <iso646.h> header shall define the following eleven macros (on the
13       left) that expand to the corresponding tokens (on the right):
14
15       and    &&
16
17       and_eq &=
18
19       bitand &
20
21       bitor  |
22
23       compl  ~
24
25       not    !
26
27       not_eq !=
28
29       or     ||
30
31       or_eq  |=
32
33       xor    ^
34
35       xor_eq ^=
36
37
38       The following sections are informative.
39

APPLICATION USAGE

41       None.
42

RATIONALE

44       None.
45

FUTURE DIRECTIONS

47       None.
48

SEE ALSO

50       None.
51
53       Portions of this text are reprinted and reproduced in  electronic  form
54       from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
55       -- Portable Operating System Interface (POSIX),  The  Open  Group  Base
56       Specifications  Issue  6,  Copyright  (C) 2001-2003 by the Institute of
57       Electrical and Electronics Engineers, Inc and The Open  Group.  In  the
58       event of any discrepancy between this version and the original IEEE and
59       The Open Group Standard, the original IEEE and The Open Group  Standard
60       is  the  referee document. The original Standard can be obtained online
61       at http://www.opengroup.org/unix/online.html .
62
63
64
65IEEE/The Open Group                  2003                       <iso646.h>(0P)
Impressum