comparison docs/ccguide/gets.refentry @ 552:fcb97f0ba24b

All diagnostics added.
author roug
date Wed, 16 Oct 2002 20:02:31 +0000
parents 73319ee6a57e
children 253b6096ee01
comparison
equal deleted inserted replaced
551:0b433a4e95cb 552:fcb97f0ba24b
21 <para> 21 <para>
22 Placeholder 22 Placeholder
23 </para> 23 </para>
24 </refsect1> 24 </refsect1>
25 25
26 <refsect1><title>Caveats</title>
27 <para>
28 The different treatment of the "\n" by these functions is
29 retained here for portability reasons.
30 </para>
31 </refsect1>
32
33 <refsect1><title>Diagnostics</title>
34 <para>
35 Both functions return NULL on end-of-file or error.
36 </para>
37 </refsect1>
38
26 <refsect1><title>See Also</title> 39 <refsect1><title>See Also</title>
27 <para> 40 <para>
28 <link linkend="puts">puts()</link>, 41 <link linkend="puts">puts()</link>,
29 <link linkend="getc">getc()</link>, 42 <link linkend="getc">getc()</link>,
30 <link linkend="scanf">scanf()</link>, 43 <link linkend="scanf">scanf()</link>,