| www.delorie.com/djgpp/doc/libc-2.01/libc_597.html | search |
#include <string.h> char *stpcpy(char *_dest, const char *_src);
Like strcpy (see section strcpy), but return value different.
Returns a pointer to the trailing NUL in dest.
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |