source: trunk/libs/newlib/src/newlib/libc/stdio64/stdio64.tex

Last change on this file was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 1.1 KB
Line 
1@node Stdio64
2@chapter Large File Input and Output (@file{stdio.h})
3
4This chapter comprises additional functions to manage large files which
5are potentially larger than 2GB.
6
7The underlying facilities for input and output depend on the host
8system, but these functions provide a uniform interface.
9
10The corresponding declarations are in @file{stdio.h}.
11
12@menu
13* fdopen64::    Turn open large file into a stream
14* fopen64::     Open a large file
15* freopen64::   Open a large file using an existing file descriptor
16* fsetpos64::   Restore position of a large stream or file
17* fgetpos64::   Get position of a large stream or file
18* ftello64::    Return position in a large stream or file
19* fseeko64::    Set large file position
20* tmpfile64::   Create a temporary large file
21@end menu
22
23@page
24@include stdio64/fdopen64.def
25
26@page
27@include stdio64/fopen64.def
28
29@page
30@include stdio64/freopen64.def
31
32@page
33@include stdio64/ftello64.def
34
35@page
36@include stdio64/fseeko64.def
37
38@page
39@include stdio64/fgetpos64.def
40
41@page
42@include stdio64/fsetpos64.def
43
44@page
45@include stdio64/tmpfile64.def
46
Note: See TracBrowser for help on using the repository browser.