Added some of <string.h>.
authorsolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Sat, 8 Jan 2005 07:06:23 +0000 (07:06 +0000)
committersolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Sat, 8 Jan 2005 07:06:23 +0000 (07:06 +0000)
commit4b35027ea89b74ca6678484947f6417f99c5d524
tree2c986668517157b409e5adf9a4b672bd5200389f
parenta38e69405962f13a0a25d0fe34d4823bf3c119cc
Added some of <string.h>.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@51 546481bc-9713-0410-bf18-d3337bbf4a3e
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]