OSDN Git Service

Split up string.c, make internals hidden
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 11 Nov 2005 22:41:52 +0000 (22:41 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 11 Nov 2005 22:41:52 +0000 (22:41 -0000)
commit0b09d1e5ed195662e8df3246ca4cc450947cc0f8
treef9b284000c0b9777f2681a5b15f9cac00d13b661
parent7500403c7b05536eafb0597613284416096be2a2
Split up string.c, make internals hidden
16 files changed:
libc/string/i386/Makefile.arch
libc/string/i386/memchr.c [new file with mode: 0644]
libc/string/i386/memcpy.c [new file with mode: 0644]
libc/string/i386/memmove.c [new file with mode: 0644]
libc/string/i386/memset.c [new file with mode: 0644]
libc/string/i386/strcat.c [new file with mode: 0644]
libc/string/i386/strchr.c [new file with mode: 0644]
libc/string/i386/strcmp.c [new file with mode: 0644]
libc/string/i386/strcpy.c [new file with mode: 0644]
libc/string/i386/string.c [deleted file]
libc/string/i386/strlen.c [new file with mode: 0644]
libc/string/i386/strncat.c [new file with mode: 0644]
libc/string/i386/strncmp.c [new file with mode: 0644]
libc/string/i386/strncpy.c [new file with mode: 0644]
libc/string/i386/strnlen.c [new file with mode: 0644]
libc/string/i386/strrchr.c [new file with mode: 0644]