OSDN Git Service

Rework all the string handling. Make const stuff be constified.
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 07:16:59 +0000 (07:16 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 07:16:59 +0000 (07:16 -0000)
commitafb85e9d6ca1de8f1ecb267e8c30b88ba4382820
treee6b9c1e2d2b9ec890cf832dc0973231dace674c2
parent6811c064139574e2e2e07fdeb10218428cd68b36
Rework all the string handling.  Make const stuff be constified.
 -Erik
13 files changed:
include/string.h
include/utime.h
libc/misc/time/tm_conv.c
libc/string/Makefile
libc/string/strcasecmp.c
libc/string/strcspn.c
libc/string/string.c
libc/string/strncasecmp.c
libc/string/strpbrk.c
libc/string/strsep.c
libc/string/strspn.c
libc/string/strstr.c
libc/string/strtok.c