This file should not be needed anymore
authorjtvolpe <jtvolpe@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 20 Apr 2001 01:42:28 +0000 (01:42 +0000)
committerjtvolpe <jtvolpe@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 20 Apr 2001 01:42:28 +0000 (01:42 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@739 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/mcs51/string.h

index fdcd2116f32a5236e0182ab9b2eb24c87228eafc..0cc68222634261e465f3ab8f315807164fb5b13f 100644 (file)
@@ -1,6 +1,8 @@
 /* STRING.H */
 /* DECUC C */
 
+#if 0
+
 extern char *  strcat();
 extern char *  strchr();
 extern int     strcmp();
@@ -13,3 +15,4 @@ extern        char *  strncpy();
 extern int     strneq();
 extern char *  strrchr();
 
+#endif