Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- libc - <b>delay</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
delay
=====

Syntax
------

     void delay(unsigned msec);

Description
-----------

This function causes the program to pause for MSEC milliseconds.  It
uses the `int 15h' delay function to relinquish the CPU to other
programs that might need it.

Return Value
------------

None.

Example
-------

     delay(200); /* delay for 1/5 second */


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