Copyright Digital Equipment Corp. All rights reserved.

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 available:

Arguments       Description     Return_Values