fsetpos function — Changes file position
int fsetpos(FILE* stream, const fpos_t* pos)
The fsetpos function seeks to a different position in stream. The position must have been returned from an earlier successful call to fgetpos.
fsetpos
stream
fgetpos
fpos_t type, fseek function, fgetpos function