Copyright Digital Equipment Corp. All rights reserved.

fseeko

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

   Format

     #include  <stdio.h>

     int fseeko  (FILE *file_ptr, off_t offset, int direction);
 


Additional information available:

Arguments       Description