* device/include/z80/stdio.h,
authormaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 14 Apr 2005 16:50:05 +0000 (16:50 +0000)
committermaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 14 Apr 2005 16:50:05 +0000 (16:50 +0000)
* device/include/z80/string.h: removed these highly incomplete files so
  SDCC can use the default ones in device/include/

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3737 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/include/z80/stdio.h [deleted file]
device/include/z80/string.h [deleted file]

index fa28a3548cd29565da15563dce1d5105c15ab5ac..d69c82a0319f06138c9a3a08f95a1c3ccc5209e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/include/z80/stdio.h,
+       * device/include/z80/string.h: removed these highly incomplete files so
+         SDCC can use the default ones in device/include/
+
 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
 
        * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
diff --git a/device/include/z80/stdio.h b/device/include/z80/stdio.h
deleted file mode 100644 (file)
index ff82022..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/** Dumb stdio.h
-    Z80 temp hack.
-*/
-
-void printf(const char *szFormat, ...);
-
diff --git a/device/include/z80/string.h b/device/include/z80/string.h
deleted file mode 100644 (file)
index f87505b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Silly string.h
- * Z80 specific hack
-*/
-
-#include <types.h>
-
-char *strcpy(char *dest, const char *src);
-
-int strcmp(const char *s1, const char *s2);
-
-void *memcpy(void *dest, const void *src, WORD wLen);
-