Alex Pennace
July 23, 2006

Notes on I/O Libraries

stdio

The stdio library's main benefit is it is universal, and it is taught in every introductory C programming course. Drawbacks: implementations may not be too fast, not suitable for networked IO except in limited circumstances (doesn't handle EWOULDBLOCK properly).

Some stdio calls: