@node stpcpy, string @findex stpcpy @subheading Syntax @example #include char *stpcpy(char *_dest, const char *_src); @end example @subheading Description Like @code{strcpy} (@pxref{strcpy}), but return value different. @subheading Return Value Returns a pointer to the trailing NUL in @var{dest}. @subheading Portability @portability !ansi, !posix