home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 5.ddi / MWHC.005 / Y1 < prev    next >
Encoding:
Text File  |  1992-01-07  |  242 b   |  15 lines

  1. /*
  2.  *   types.h -- non-ANSI
  3.  *
  4.  *   Types returned by time and file status system calls.
  5.  *
  6.  *           Copyright (c) 1990, MetaWare Incorporated
  7.  */
  8.  
  9. #ifndef _TYPES_H
  10. #define _TYPES_H
  11.  
  12. #include <stat.h>
  13.  
  14. #endif /* _TYPES_H */
  15.