Move the str and mem functions into the new src/core.

This commit is contained in:
David Given 2018-06-21 22:39:08 +02:00
parent 93f39e4bbf
commit 83e1b2ad94
26 changed files with 1 additions and 27 deletions

View file

@ -33,6 +33,7 @@ for _, plat in ipairs(vars.plats) do
srcs = {
"+ctype_files",
"+ctype_tab",
"./src/core/*.c",
"./ctype/*.c",
"./errno/*.c",
"./locale/*.c",

View file

@ -1,22 +0,0 @@
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c
strcat.c
strchr.c
strcmp.c
strcoll.c
strcpy.c
strcspn.c
strerror.c
strncat.c
strncpy.c
strrchr.c
strstr.c
strlen.c
strtok.c
strpbrk.c
strspn.c
strncmp.c
strxfrm.c

View file

@ -1,5 +0,0 @@
clean:
rm -f memchr.o memcmp.o memcpy.o memmove.o memset.o strcat.o \
strchr.o strcmp.o strcoll.o strcpy.o strcspn.o strerror.o \
strncat.o strncpy.o strrchr.o strstr.o strlen.o strtok.o \
strpbrk.o strspn.o strncmp.o strxfrm.o OLIST