VMS Help CC, Run-time functions, fsetpos *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Sets the file position indicator for the stream according to the value of the object pointed to by pos. Syntax: #include <stdio.h> int fsetpos (FILE *stream, const fpos_t *pos);
|