[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

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

ANSI/ISO C No
POSIX No