Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stdio64.tex « stdio64 « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55818c3547a63bb57574746f490199a9b33d84c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@node Stdio64
@chapter Large File Input and Output (@file{stdio.h}) 

This chapter comprises additional functions to manage large files which
are potentially larger than 2GB.

The underlying facilities for input and output depend on the host
system, but these functions provide a uniform interface.

The corresponding declarations are in @file{stdio.h}.

@menu  
* fopen64::     Open a large file
* freopen64::   Open a large file using an existing file descriptor
* fsetpos64::   Restore position of a large stream or file
* fgetpos64::   Get position of a large stream or file
* ftello64::    Return position in a large stream or file
* fseeko64::    Set large file position
* tmpfile64::   Create a temporary large file
@end menu 

@page
@include stdio64/fopen64.def

@page
@include stdio64/freopen64.def

@page 
@include stdio64/ftello64.def 

@page
@include stdio64/fseeko64.def

@page
@include stdio64/fgetpos64.def

@page
@include stdio64/fsetpos64.def

@page
@include stdio64/tmpfile64.def