home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / c01 / 1.img / INCLUDE.ZIP / TYPES.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  204 b   |  13 lines

  1. /*  types.h
  2.  
  3.     Types for dealing with time.
  4.  
  5.     Copyright (c) 1987, 1992 by Borland International
  6.     All Rights Reserved.
  7. */
  8.  
  9. #ifndef  _TIME_T
  10. #define  _TIME_T
  11. typedef long time_t;
  12. #endif
  13.