466
|
1 <refentry id="gets">
|
|
2 <refnamediv>
|
|
3 <refname>gets</refname>
|
|
4 <refpurpose>Placeholder</refpurpose>
|
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
468
|
9 <funcsynopsisinfo>
|
|
10 #include <stdio.h>
|
|
11 </funcsynopsisinfo>
|
466
|
12 <funcprototype>
|
|
13 <funcdef><function>gets</function></funcdef>
|
|
14 <paramdef>type <parameter>arg1</parameter></paramdef>
|
|
15 </funcprototype>
|
|
16 </funcsynopsis>
|
|
17
|
|
18 </refsynopsisdiv>
|
|
19
|
|
20 <refsect1><title>Description</title>
|
|
21 <para>
|
|
22 Placeholder
|
|
23 </para>
|
|
24 </refsect1>
|
542
|
25
|
552
|
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
|
542
|
39 <refsect1><title>See Also</title>
|
|
40 <para>
|
|
41 <link linkend="puts">puts()</link>,
|
|
42 <link linkend="getc">getc()</link>,
|
|
43 <link linkend="scanf">scanf()</link>,
|
|
44 <link linkend="fread">fread()</link>
|
|
45 </para>
|
|
46 </refsect1>
|
|
47
|
466
|
48 </refentry>
|