Copyright Digital Equipment Corp. All rights reserved.
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);
Arguments Description Return_Values