* remove "\r" nonsense
[mascara-docs.git] / C / the.ansi.c.programming.language / notes.accompany.ansi.c / sx4h.html
blob262386e2291493d88e68a5e8ff70f6f099bb10c1
1 <!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML 2.0//EN">
2 <!-- This collection of hypertext pages is Copyright 1995, 1996 by Steve Summit. -->
3 <!-- This material may be freely redistributed and used -->
4 <!-- but may not be republished or sold without permission. -->
5 <html>
6 <head>
7 <link rev="owner" href="mailto:scs@eskimo.com">
8 <link rev="made" href="mailto:scs@eskimo.com">
9 <title>section 1.5.3: Line Counting</title>
10 <link href="sx4g.html" rev=precedes>
11 <link href="sx4i.html" rel=precedes>
12 <link href="sx4.html" rev=subdocument>
13 </head>
14 <body>
15 <H2>section 1.5.3: Line Counting</H2>
17 page 19
18 <p>Note the word of caution about <TT>=</TT> vs. <TT>==</TT> carefully.
19 Typing one when you mean the other is, unfortunately,
20 a very easy mistake to make.
21 </p><p>Note that the character constants discussed on page 19 are very
22 different from the string constants introduced on page 7.
25 </p><hr>
26 <p>
27 Read sequentially:
28 <a href="sx4g.html" rev=precedes>prev</a>
29 <a href="sx4i.html" rel=precedes>next</a>
30 <a href="sx4.html" rev=subdocument>up</a>
31 <a href="top.html">top</a>
32 </p>
33 <p>
34 This page by <a href="http://www.eskimo.com/~scs/">Steve Summit</a>
35 // <a href="copyright.html">Copyright</a> 1995, 1996
36 // <a href="mailto:scs@eskimo.com">mail feedback</a>
37 </p>
38 </body>
39 </html>