Direct Input/Output

┌─────────────────────────┬──────────────┬─────────────────────────┬───────────┐
│ Function │ Header File │ Link to Function │ Descriptio│
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ read │ "io.h" │ read │ Reads │
│ │ │ │ bytes │
│ │ │ │ from a │
│ │ │ │ file into │
│ │ │ │ a buffer. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ write │ "io.h" │ write │ Writes │
│ │ │ │ bytes │
│ │ │ │ from a │
│ │ │ │ buffer │
│ │ │ │ into a │
│ │ │ │ file. │
└─────────────────────────┴──────────────┴─────────────────────────┴───────────┘


[Back: Character and String Input/Output]
[Next: File Positioning]