mingw-5.1.4/win32/include/strings.h
changeset 0 76b1f169d9fe
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mingw-5.1.4/win32/include/strings.h	Fri Apr 03 17:16:45 2009 +0100
@@ -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