home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
sysutl
/
clock.arc
/
CLKIZN.C
< prev
next >
Wrap
Text File
|
1987-01-03
|
1KB
|
31 lines
/***************************************************** 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 ******/