home *** CD-ROM | disk | FTP | other *** search
- /***************************************************** CLKDLY.C
- * NAME: CLKDLY
- *
- * FUNCTION: Delays a moment. Used to implement a "wait"
- * operation to suspend program operation so
- * don't slow other applications unnecessarily.
- *
- * EXAMPLE: CLKDLY();
- *
- * INPUTS: none
- *
- * OUTPUT: none
- *
- **************************************************************
- * 11/22/86 -RBM- original implementation
- **************************************************************/
- #define XTRNALGLOBALS 1 /* globals externally defined */
- #include "E:CLKGBL.H" /* setup global storage */
-
- /**************************************************************
- * BEGIN ROUTINE
- **************************************************************/
-
- CLKDLY()
- {
-
-
- } /***** end of routine ******/