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