#include <unistd.h> int nice(int _increment);
Adjusts the priority of the process. Provided for Unix compatibility only.
The new nice value.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.