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

  1. /*
  2.  *   strings.h -- non-ANSI 
  3.  *
  4.  *   Supplied for compatibility, use string.h.
  5.  *
  6.  *           Copyright (c) 1990, MetaWare Incorporated
  7.  */
  8.  
  9. #ifndef _STRINGS_H
  10. #define _STRINGS_H
  11.  
  12. #include <string.h>
  13. /* Some UNIX systems use strings.h instead of string.h.        */
  14. /* The ANSI standard mandates string.h, for consistency.        */
  15.  
  16. #endif /* _STRINGS_H */
  17.