Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - <b>sleep() suspend execution for interval</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 sleep()                 Suspend Execution for Interval

 #include   <dos.h>

 void       sleep(seconds);
 unsigned   seconds;                     Number of seconds

    sleep() suspends execution of the current program for the requested
    number of 'seconds'.  The suspension is accurate to the nearest
    hundredth of a second if the system can handle such fine intervals.
    Otherwise, it is as accurate as the MS-DOS clock allows.

       Returns:     Nothing


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson