File Positioning

┌─────────────────────────┬──────────────┬─────────────────────────┬───────────┐
│ Function │ Header File │ Link to Function │ Descriptio│
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ __eof │ "io.h" │ __eof │ Deter- │
│ │ │ │ mines │
│ │ │ │ whether │
│ │ │ │ the file │
│ │ │ │ pointer │
│ │ │ │ has │
│ │ │ │ reached │
│ │ │ │ the end │
│ │ │ │ of the │
│ │ │ │ file. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ _tell │ "io.h" │ _tell │ Gets the │
│ │ │ │ current │
│ │ │ │ position │
│ │ │ │ of a file │
│ │ │ │ pointer. │
└─────────────────────────┴──────────────┴─────────────────────────┴───────────┘


[Back: Direct Input/Output]
[Next: File Access]