Updated: April 19, 2023 |
Returns 0
#include <unistd.h> int nice( int incr );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The nice() function is provided for compatibility purposes. It does nothing, but returns 0.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | Yes |
Signal handler | Yes |
Thread | Yes |