Handbook
Glossary
setpriority ( which who prio -- int )
Vocabulary
unix
.
ffi
Inputs
which
an
object
who
an
object
prio
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
unix.types
;
IN:
unix.ffi
LIBRARY:
libc
FUNCTION:
int
setpriority
(
int
which,
id_t
who,
int
prio )