Handbook
Glossary
ioctl ( fd request argp -- int )
Vocabulary
unix
.
ffi
Inputs
fd
an
object
request
an
object
argp
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
unix.ffi
LIBRARY:
libc
FUNCTION:
int
ioctl
(
int
fd,
ulong
request, void* argp )