Handbook
Glossary
setpgid ( pid gid -- int )
Vocabulary
unix
.
ffi
Inputs
pid
an
object
gid
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
unix.types
;
IN:
unix.ffi
LIBRARY:
libc
FUNCTION:
int
setpgid
(
pid_t
pid,
pid_t
gid )