* include/strings.h: New file.
This commit is contained in:
parent
e9853806c7
commit
ff1924262a
|
@ -1,3 +1,7 @@
|
|||
2001-12-05 Earnie Boyd <earnie@users.sf.net>
|
||||
|
||||
* include/strings.h: New File.
|
||||
|
||||
2001-11-08 Robert Collins <rbtcollins@hotmail.com>
|
||||
|
||||
* include/errno.h: Fix "errno is not a prototype" warning.
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue