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: 1c84d89fc6e1da77240b47a97664f33ccdcd26ab (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
43
44
45
46
@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
* Function fdopen64::    Turn open large file into a stream
* Function fopen64::     Open a large file
* Function freopen64::   Open a large file using an existing file descriptor
* Function fsetpos64::   Restore position of a large stream or file
* Function fgetpos64::   Get position of a large stream or file
* Function ftello64::    Return position in a large stream or file
* Function fseeko64::    Set large file position
* Function tmpfile64::   Create a temporary large file
@end menu 

@page
@include stdio64/fdopen64.def

@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