The fseek() function sets the file position indicator for the stream pointed to by stream. The new position, measured in bytes, is obtained by adding offset bytes to the position specified by whence. If whence is
...
The fgetpos(), fsetpos(), fseek(), ftell(), and rewind() functions con- form to ISO/IEC 9899:1990 (``ISO C90'').