Function: SB-UNIX:UNIX-LSEEK

package type github

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.

Lambda list

(sb-unix:fd sb-unix::offset sb-unix::whence)