sleep (3) Linux Manual Page
sleep – sleep for a specified number of seconds Synopsis #include <unistd.h> unsigned int sleep(unsigned int seconds); Description sleep() causes the calling thread to sleep either until the number of real-time seconds specified in seconds have elapsed or until a signal arrives which is not ignored. Return Value Zero if the requested time has elapsed,…
