home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Editors / emacs / Emacs-1.14b1-sources / sources / misc-headers / sys⁄time.h < prev    next >
Encoding:
Text File  |  1994-02-07  |  118 b   |  14 lines  |  [TEXT/EMAC]

  1. /*
  2.  * sys/time.h
  3.  */
  4.  
  5. #if 0
  6. struct tm {
  7.     int tm_hour;
  8.     int tm_min;
  9.     int tm_mday;
  10.     int tm_mon;
  11.     int tm_year;
  12. };
  13. #endif
  14.