Unix-lseek accepts a file descriptor and moves the file pointer by OFFSET octets. Whence can be any of the following: L_SET Set the file pointer. L_INCR Increment the file pointer. L_XTND Extend the file size.
Unix-lseek accepts a file descriptor and moves the file pointer by OFFSET octets. Whence can be any of the following:
L_SET Set the file pointer. L_INCR Increment the file pointer. L_XTND Extend the file size.
(sb-unix:fd sb-unix::offset sb-unix::whence)