home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 4.ddi / INC / STDEFS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-16  |  338 b   |  17 lines

  1. /*
  2.  *   stdefs.h -- non-ANSI 
  3.  *
  4.  *   Supplied for compatibility, use stddef.h.
  5.  *
  6.  *           Copyright (c) 1990, MetaWare Incorporated
  7.  */
  8.  
  9. #ifndef _STDEFS_H
  10. #define _STDEFS_H
  11.  
  12. #include <stddef.h>
  13. /* ANSI renamed this file at one point.  We include the old name
  14.     for backwards compatibility. */
  15.  
  16. #endif /* _STDEFS_H */
  17.