File Descriptors Revisited
Section 11.1-2
Used by low-level I/O
open(), close(), read(), write()
declared as an integerint fd ;
Not the same as a "file stream", FILE *fp
streams and file descriptors are related (see following slides)
Previous slide
Next slide
Back to first slide
View graphic version