Handbook
Glossary
lseek ( fildes offset whence -- off_t )
Vocabulary
unix
.
ffi
Inputs
fildes
an
object
offset
an
object
whence
an
object
Outputs
off_t
an
object
Definition
USING:
alien.c-types
alien.syntax
unix.types
;
IN:
unix.ffi
LIBRARY:
libc
FUNCTION:
off_t
lseek
(
int
fildes,
off_t
offset,
int
whence )