Handbook
Glossary
fchown ( fd owner group -- int )
Vocabulary
unix
.
ffi
Inputs
fd
an
object
owner
an
object
group
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
unix.types
;
IN:
unix.ffi
LIBRARY:
libc
FUNCTION:
int
fchown
(
int
fd,
uid_t
owner,
gid_t
group )