home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / s / unixlib / h / stddef < prev    next >
Encoding:
Text File  |  1990-08-11  |  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.