(C) fseek - Moves the file pointer to a specified location
http://msdn.microsoft.com/en-us/library/75yw9bf3(VS.90).aspx Moves the file pointer to a specified location. Run-Time Library Reference fseek, _fseeki64 Moves the file pointer to a specified location. int fseek( FILE *stream, long offset, int origin ); int _fseeki64( FILE *stream, __int64 offset, int origin ); Parameters stream Pointer to FILE structure. offset Number of bytes from origin. origi..