home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_03 / 9n03066d < prev    next >
Text File  |  1991-01-16  |  230b  |  12 lines

  1.  
  2. /* 
  3.  * Modulename:  clock.h
  4.  *
  5.  * Description: Constant definitions for clock.c
  6.  */
  7. #define TIME_FACTOR     -9216
  8. #define HUN             3
  9. #define SEC             2
  10. #define MIN             1
  11. #define HRS             0
  12.