Add stpcpy(3).

This commit is contained in:
David E. O'Brien 2002-10-03 19:51:04 +00:00
parent 8269e8c887
commit 1d6bd7d717
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104420

View file

@ -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 *);