z80: basic string/char functions yet to do
authorAlan Cox <alan@linux.intel.com>
Thu, 16 Nov 2017 19:03:27 +0000 (19:03 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 16 Nov 2017 19:03:27 +0000 (19:03 +0000)
Applications/SmallC/Z80/lib/TODO [new file with mode: 0644]

diff --git a/Applications/SmallC/Z80/lib/TODO b/Applications/SmallC/Z80/lib/TODO
new file mode 100644 (file)
index 0000000..689c231
--- /dev/null
@@ -0,0 +1,17 @@
+_strcasecmp
+_strtok
+_strncmp
+_strncasecmp
+_strpbrk
+_strspn
+_strstr
+_strxfrm
+_memcpy
+_memccpy
+_memchr
+_memmove
+_memset
+_bcopy
+_bzero
+_bswap
+_ispunct