Copyright Digital Equipment Corp. All rights reserved.

fseek

   Positions the file to the specified byte offset in the file.

   Format

     #include  <stdio.h>

     int fseek  (FILE *file_ptr, long int offset, int direction);
 


Additional information available:

Arguments       Description     Return_Values