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