* include/strings.h: New file.

This commit is contained in:
Earnie Boyd
2001-12-05 13:55:19 +00:00
parent e9853806c7
commit ff1924262a
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/*
File: strings.h
Copyright: Public Domain
This file is provided because non ANSI fuctions are described in string.h
that belong in strings.h. These functions are provided for in the OLDNAME
libraries.
*/
#if !defined(_STRINGS_H_)
# define _STRINGS_H_ 1
# include <string.h>
#endif