#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.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.