]> pd.if.org Git - pdclib/commit
Added some of <string.h>.
authorsolar <unknown>
Sat, 8 Jan 2005 07:06:23 +0000 (07:06 +0000)
committersolar <unknown>
Sat, 8 Jan 2005 07:06:23 +0000 (07:06 +0000)
commitc2f1367984ba4153d892062759c3813020b65a9a
tree2c986668517157b409e5adf9a4b672bd5200389f
parent3220f577b186e04180acd7554a785c60dfb7ebb2
Added some of <string.h>.
15 files changed:
_PDCLIB_aux.h
functions/string/memchr.c [new file with mode: 0644]
functions/string/memcmp.c [new file with mode: 0644]
functions/string/memcpy.c [new file with mode: 0644]
functions/string/memmove.c [new file with mode: 0644]
functions/string/strcat.c [new file with mode: 0644]
functions/string/strchr.c [new file with mode: 0644]
functions/string/strcmp.c [new file with mode: 0644]
functions/string/strcoll.c [new file with mode: 0644]
functions/string/strcpy.c [new file with mode: 0644]
functions/string/strcspn.c [new file with mode: 0644]
functions/string/strncat.c [new file with mode: 0644]
functions/string/strncmp.c [new file with mode: 0644]
functions/string/strncpy.c [new file with mode: 0644]
functions/string/strxfrm.c [new file with mode: 0644]