#include <unistd.h> unsigned sleep(unsigned seconds);
This function causes the program to pause for seconds seconds.
The number of seconds that haven't passed (i.e. always zero)
not ANSI, POSIX
sleep(5);
Go to the first, previous, next, last section, table of contents.