1iso646.h(3HEAD)                     Headers                    iso646.h(3HEAD)
2
3
4

NAME

6       iso646.h, iso646 - alternative spellings
7

SYNOPSIS

9       #include <iso646.h>
10
11

DESCRIPTION

13       The  <iso646.h>  header defines the following macros (on the left) that
14       expand to the corresponding tokens (on the right):
15
16       and       &&
17
18
19       and_eq    &=
20
21
22       bitand    &
23
24
25       bitor     |
26
27
28       compl     ~
29
30
31       not       !
32
33
34       not_eq    !=
35
36
37       or        ||
38
39
40       or_eq     |=
41
42
43       xor       ^
44
45
46       xor_eq    ^=
47
48

ATTRIBUTES

50       See attributes(5) for descriptions of the following attributes:
51
52
53
54
55       ┌─────────────────────────────┬─────────────────────────────┐
56       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
57       ├─────────────────────────────┼─────────────────────────────┤
58       │Interface Stability          │Standard                     │
59       └─────────────────────────────┴─────────────────────────────┘
60

SEE ALSO

62       attributes(5), standards(5)
63
64
65
66SunOS 5.11                        10 Sep 2004                  iso646.h(3HEAD)
Impressum