466
|
1 <refentry id="scanf">
|
|
2 <refnamediv>
|
|
3 <refname>scanf</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>scanf</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>Diagnostics</title>
|
|
27 <para>
|
|
28 These functions return EOF on end of input or error and a count
|
|
29 which is shorter than expected for unexpected or unmatched
|
|
30 items.
|
|
31 </para>
|
|
32 </refsect1>
|
|
33
|
542
|
34 <refsect1><title>See Also</title>
|
|
35 <para>
|
|
36 <link linkend="atof">atoi(), atof()</link>,
|
|
37 <link linkend="getc">getc()</link>,
|
|
38 <link linkend="printf">printf()</link>
|
|
39 Kernighan and Ritchie pp 147-150
|
|
40 </para>
|
|
41 </refsect1>
|
|
42
|
466
|
43 </refentry>
|