* include/strings.h: New file.
This commit is contained in:
12
winsup/mingw/include/strings.h
Normal file
12
winsup/mingw/include/strings.h
Normal 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
|
Reference in New Issue
Block a user