sleep(3): sleep for specified number of seconds - Linux man page
sleep() makes the calling thread sleep until seconds seconds have elapsed or a signal arrives which is not ignored. ... Name sleep - sleep for the specified number of seconds Synopsis #include unsigned int sleep(unsigned int seconds); Description...