-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiso646.html
47 lines (45 loc) · 1.92 KB
/
iso646.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>iso646.h</TITLE>
<STYLE TYPE="TEXT/CSS">
<!--
.IE3-DUMMY { CONT-SIZE: 100%; }
BODY { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #E0E0E0; }
P { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H1 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H2 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H3 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H4 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H5 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H6 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
UL { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
TD { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #FFFFFF; }
.NOBORDER { BACKGROUND-COLOR: #E0E0E0; PADDING: 0pt; }
.NOBORDER TD { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #E0E0E0; PADDING: 0pt; }
.CODE { FONT-FAMILY: Courier New; }
-->
</STYLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#E0E0E0">
<FONT SIZE="5"><B>The <iso646.h> Header File</B></FONT>
<HR>
<P><B>ISO C99 definitions of alternative spellings for operators</B></P>
<P>Here are the macros, and their expansions, defined by the C99 standard in the iso646.h header:
<TABLE CLASS="NOBORDER">
<TR><TD><B>and</B></TD><TD><B>&&</B></TD></TR>
<TR><TD><B>and_eq</B></TD><TD><B>&=</B></TD></TR>
<TR><TD><B>bitand</B></TD><TD><B>&</B></TD></TR>
<TR><TD><B>bitor</B></TD><TD><B>|</B></TD></TR>
<TR><TD><B>compl</B></TD><TD><B>~</B></TD></TR>
<TR><TD><B>not</B></TD><TD><B>!</B></TD></TR>
<TR><TD><B>not_eq</B></TD><TD><B>!=</B></TD></TR>
<TR><TD><B>or</B></TD><TD><B>||</B></TD></TR>
<TR><TD><B>or_eq</B></TD><TD><B>|=</B></TD></TR>
<TR><TD><B>xor</B></TD><TD><B>^</B></TD></TR>
<TR><TD><B>xor_eq</B></TD><TD><B>^=</B></TD></TR>
</TABLE></P>
<HR>
<H3><A HREF="index.html">Return to the main index</A></H3>
</BODY>
</HTML>