home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 6.ddi / MWHC.006 / 90 < prev    next >
Encoding:
Text File  |  1992-12-09  |  238 b   |  15 lines

  1. /*
  2.  *   types.h -- extra-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.