annotate docs/ccguide/fseek.refentry @ 573:d9ab3688bb71

All function prototypes are added.
author roug
date Fri, 01 Nov 2002 10:02:34 +0000
parents 253b6096ee01
children fe8e46eca1ed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
1 <refentry id="fseek">
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
2 <refnamediv>
570
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
3 <refname>Fseek</refname>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
4 <refname>Rewind</refname>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
5 <refname>Ftell</refname>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
6 <refpurpose>position in a file or report current position</refpurpose>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
7 </refnamediv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
8
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
9 <refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
10 <funcsynopsis>
468
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
11 <funcsynopsisinfo>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
12 #include &lt;stdio.h&gt;
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
13 </funcsynopsisinfo>
570
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
14
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
15 <funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
16 <funcdef><function>fseek</function></funcdef>
570
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
17 <paramdef>FILE *<parameter>fp</parameter></paramdef>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
18 <paramdef>long <parameter>offset</parameter></paramdef>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
19 <paramdef>int <parameter>place</parameter></paramdef>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
20 </funcprototype>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
21
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
22 <funcprototype>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
23 <funcdef><function>rewind</function></funcdef>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
24 <paramdef>FILE *<parameter>fp</parameter></paramdef>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
25 </funcprototype>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
26
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
27 <funcprototype>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
28 <funcdef>long <function>ftell</function></funcdef>
253b6096ee01 All function prototypes are added.
roug
parents: 552
diff changeset
29 <paramdef>FILE *<parameter>fp</parameter></paramdef>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
30 </funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
31 </funcsynopsis>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
32
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
33 </refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
34
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
35 <refsect1><title>Description</title>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
36 <para>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
37 Placeholder
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
38 </para>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
39 </refsect1>
542
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
40
552
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
41 <refsect1><title>Diagnostics</title>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
42 <para>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
43 Fseek returns -1 if the call is invalid.
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
44 </para>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
45 </refsect1>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
46
542
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
47 <refsect1><title>See Also</title>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
48 <para>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
49 System call
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
50 <link linkend="lseek">lseek()</link>.
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
51 </para>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
52 </refsect1>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
53
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
54 </refentry>