OSDN Git Service

Added stpcpy and strcasestr along with some code to test them.
authorDavid McCullough <davidm@snapgear.com>
Wed, 4 Jul 2001 11:29:02 +0000 (11:29 -0000)
committerDavid McCullough <davidm@snapgear.com>
Wed, 4 Jul 2001 11:29:02 +0000 (11:29 -0000)
commitf5fc8d4321de6a8cd913bafde705993d96a5e820
tree089bb21da63f63a76a4534cbc040aea854d10cb1
parent0d85794e9b8a873a44a373d4936c5c26e1a574c9
Added stpcpy and strcasestr along with some code to test them.
include/string.h
libc/string/Makefile
libc/string/string.c
libc/string/strstr.c
test/string/string.c