VMS Help CC, Run-time functions, fseek *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Positions the file to the specified byte offset in the file. Syntax: #include <stdio.h> int fseek(FILE *file_pointer, long int offset, int direction);
|