From 78f31e14b1976a161d0a75803398af77c33cf544 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 16 Nov 2017 19:03:27 +0000 Subject: [PATCH] z80: basic string/char functions yet to do --- Applications/SmallC/Z80/lib/TODO | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Applications/SmallC/Z80/lib/TODO diff --git a/Applications/SmallC/Z80/lib/TODO b/Applications/SmallC/Z80/lib/TODO new file mode 100644 index 00000000..689c231b --- /dev/null +++ b/Applications/SmallC/Z80/lib/TODO @@ -0,0 +1,17 @@ +_strcasecmp +_strtok +_strncmp +_strncasecmp +_strpbrk +_strspn +_strstr +_strxfrm +_memcpy +_memccpy +_memchr +_memmove +_memset +_bcopy +_bzero +_bswap +_ispunct -- 2.34.1