Go to the first, previous, next, last section, table of contents.


nice

Syntax

#include <unistd.h>

int nice(int _increment);

Description

Adjusts the priority of the process. Provided for Unix compatibility only.

Return Value

The new nice value.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.