VMS Help  —  CRTL  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: explode extract
Arguments Description
Close Help