sleep

sleep -- Delay execution

Description

void sleep (int seconds);

The sleep function delays program execution for the given number of seconds .

See also usleep() .