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
}.
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
23 @include stdio64/fopen64.def
26 @include stdio64/freopen64.def
29 @include stdio64/ftello64.def
32 @include stdio64/fseeko64.def
35 @include stdio64/fgetpos64.def
38 @include stdio64/fsetpos64.def
41 @include stdio64/tmpfile64.def