Handbook
Glossary
fcntl ( fd cmd arg -- int )
Vocabulary
unix
.
ffi
Inputs
fd
an
object
cmd
an
object
arg
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
unix.ffi
LIBRARY:
libc
FUNCTION:
int
fcntl
(
int
fd,
int
cmd,
int
arg )