Navigation
index
next
|
previous
|
WTOPIA v1.0 documentation
»
C
»
The C PROGRAMMING LANGUAGE (BRIAN W.KERNIGHAN, DENNIS M.RITCHIE)
»
Chapter 8: The UNIX System Interface
¶
File Descriptors
¶
Low Level I/O - Read and Write
¶
Open, Creat, Close, Unlink
¶
Random Access - Lseek
¶
Example - An implementation of Fopen and Getc
¶
Example - A Storage Allocator
¶
Table Of Contents
Chapter 8: The UNIX System Interface
File Descriptors
Low Level I/O - Read and Write
Open, Creat, Close, Unlink
Random Access - Lseek
Example - An implementation of Fopen and Getc
Example - A Storage Allocator
Previous topic
Chapter 7: Input and Output
Next topic
C 言語入門
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
previous
|
WTOPIA v1.0 documentation
»
C
»
The C PROGRAMMING LANGUAGE (BRIAN W.KERNIGHAN, DENNIS M.RITCHIE)
»