home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / g / gcc / !GCC / UnixLib / h / stddef < prev    next >
Encoding:
Text File  |  1993-09-01  |  188 b   |  15 lines

  1. /* stddef.h (c) Copyright 1990 H.Rogers */
  2.  
  3. #ifndef __STDDEF_H
  4. #define __STDDEF_H
  5.  
  6. #ifndef __SYS_TYPES_H
  7. #include <sys/types.h>
  8. #endif
  9.  
  10. #ifndef __ERRNO_H
  11. #include <errno.h>
  12. #endif
  13.  
  14. #endif
  15.