Next: , Previous: , Up: Main Menu   [Contents][Index]


13 Low-Level Input/Output

This chapter describes functions for performing low-level input/output operations on file descriptors. These functions include the primitives for the higher-level I/O functions described in Input/Output on Streams, as well as functions for performing low-level control operations for which there are no equivalents on streams.

Stream-level I/O is more flexible and usually more convenient; therefore, programmers generally use the descriptor-level functions only when necessary. These are some of the usual reasons:


Next: File System Interface, Previous: Input/Output on Streams, Up: Main Menu   [Contents][Index]