home *** CD-ROM | disk | FTP | other *** search
- /***************************************************** CLKIZN.C
- * NAME: CLKIZN
- *
- * FUNCTION: One-time initialization
- *
- * EXAMPLE: CLKIZN();
- *
- * INPUTS: none.
- *
- * OUTPUT: placed into global definitions
- *
- **************************************************************
- * 11/22/86 -RBM- original implementation
- **************************************************************/
- #define XTRNALGLOBALS 1 /* globals externally defined */
- #include "E:CLKGBL.H" /* setup global storage */
-
- /**************************************************************
- * BEGIN ROUTINE
- **************************************************************/
-
- CLKIZN()
- {
- thishr = -22; /* force hands display immediately */
- th24hr = -22; /* force hands display immediately */
- thismn = -22; /* force hands display immediately */
- thissc = -22; /* force hands display immediately */
-
-
- } /***** end of routine ******/