File Operations
┌─────────────────────────┬──────────────┬─────────────────────────┬───────────┐
│ Function │ Header File │ Link to Function │ Descriptio│
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ _chsize │ "io.h" │ chsize
│ Lengthens │
│ │ │ │ or cuts │
│ │ │ │ off the │
│ │ │ │ file to a │
│ │ │ │ specified │
│ │ │ │ length. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ _filelength │ "io.h" │ _filelength
│ Returns │
│ │ │ │ the │
│ │ │ │ length of │
│ │ │ │ a file. │
└─────────────────────────┴──────────────┴─────────────────────────┴───────────┘
[Back: File Access]
[Next: Handling Argument Lists]