[prog] making statements wait x number of seconds

Kelly Martin kmartin at pyrzqxgl.org
Wed Sep 1 20:44:23 EST 2004


aec wrote:

>Several times however, I have needed to make the program 
>wait x number of seconds before proceeding.
>  
>
The POSIX standard function for sleeping is called "sleep".  It takes 
one argument, the number of seconds to sleep.  Note that this is a 
standard library function, not a C function per se.

Kelly


More information about the Programming mailing list