466
|
1 <refentry id="fopen">
|
|
2 <refnamediv>
|
|
3 <refname>fopen</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>fopen</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
|
|
26 <refsect1><title>See Also</title>
|
|
27 <para>
|
|
28 System call
|
|
29 <link linkend="open">open()</link>,
|
|
30 <link linkend="fflush">fclose()</link>
|
|
31 </para>
|
|
32 </refsect1>
|
|
33
|
466
|
34 </refentry>
|