home *** CD-ROM | disk | FTP | other *** search
- /*
- * strings.h -- non-ANSI
- *
- * Supplied for compatibility, use string.h.
- *
- * Copyright (c) 1990, MetaWare Incorporated
- */
-
- #ifndef _STRINGS_H
- #define _STRINGS_H
-
- #include <string.h>
- /* Some UNIX systems use strings.h instead of string.h. */
- /* The ANSI standard mandates string.h, for consistency. */
-
- #endif /* _STRINGS_H */
-