home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / unixlib36d / clib / h / stddef < prev    next >
Text File  |  1994-02-26  |  188b  |  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.