* remove "\r" nonsense
[mascara-docs.git] / C / the.ansi.c.programming.language / notes.accompany.ansi.c / sx4e.html
blob19ed3a40451e2f64356c062084fb8d70167ead9a
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: Character Input and Output</title>
10 <link href="sx4d.html" rev=precedes>
11 <link href="sx4f.html" rel=precedes>
12 <link href="sx4.html" rev=subdocument>
13 </head>
14 <body>
15 <H2>section 1.5: Character Input and Output</H2>
17 page 15
18 <p>Note
19 that you do <em>not</em> need to worry
20 about whether your computer uses
21 a carriage return (CR)
22 or linefeed (LF)
23 or CRLF combination
24 or something else
25 to terminate lines in text files;
26 in a C program,
27 the line terminator will always appear to be
28 the newline, <TT>\n</TT>.
29 </p><hr>
30 <p>
31 Read sequentially:
32 <a href="sx4d.html" rev=precedes>prev</a>
33 <a href="sx4f.html" rel=precedes>next</a>
34 <a href="sx4.html" rev=subdocument>up</a>
35 <a href="top.html">top</a>
36 </p>
37 <p>
38 This page by <a href="http://www.eskimo.com/~scs/">Steve Summit</a>
39 // <a href="copyright.html">Copyright</a> 1995, 1996
40 // <a href="mailto:scs@eskimo.com">mail feedback</a>
41 </p>
42 </body>
43 </html>