fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / stdio64 / stdio64.tex
blob55818c3547a63bb57574746f490199a9b33d84c3
1 @node Stdio64
2 @chapter Large File Input and Output (@file{stdio.h})
4 This chapter comprises additional functions to manage large files which
5 are potentially larger than 2GB.
7 The underlying facilities for input and output depend on the host
8 system, but these functions provide a uniform interface.
10 The corresponding declarations are in @file{stdio.h}.
12 @menu
13 * fopen64:: Open a large file
14 * freopen64:: Open a large file using an existing file descriptor
15 * fsetpos64:: Restore position of a large stream or file
16 * fgetpos64:: Get position of a large stream or file
17 * ftello64:: Return position in a large stream or file
18 * fseeko64:: Set large file position
19 * tmpfile64:: Create a temporary large file
20 @end menu
22 @page
23 @include stdio64/fopen64.def
25 @page
26 @include stdio64/freopen64.def
28 @page
29 @include stdio64/ftello64.def
31 @page
32 @include stdio64/fseeko64.def
34 @page
35 @include stdio64/fgetpos64.def
37 @page
38 @include stdio64/fsetpos64.def
40 @page
41 @include stdio64/tmpfile64.def