From f82ce26f640d5ac8af600164665db3e44c8dc8c1 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 3 Oct 2002 19:51:04 +0000 Subject: Add stpcpy(3). --- include/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/string.h b/include/string.h index 7715991..d6951a8 100644 --- a/include/string.h +++ b/include/string.h @@ -68,6 +68,7 @@ char *strchr(const char *, int); int strcmp(const char *, const char *); int strcoll(const char *, const char *); char *strcpy(char * __restrict, const char * __restrict); +char *stpcpy(char *, const char *); size_t strcspn(const char *, const char *); char *strerror(int); size_t strlen(const char *); -- cgit v1.1