Move the str and mem functions into the new src/core.
This commit is contained in:
parent
93f39e4bbf
commit
83e1b2ad94
|
@ -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",
|
||||
|
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue