VMS Help  —  CRTL  lseek
    Positions a file to an arbitrary byte position and returns the
    new position.

    Format

      #include  <unistd.h>

      off_t lseek  (int file_desc, off_t offset, int direction);
Additional Information: explode extract
Arguments Description Return Values
Close Help