stpcpy

Copy string (including terminating '\0')

version(Posix)
extern (C) nothrow @nogc pure
char*
stpcpy
(
return scope char* dst
,
scope const char* src
)

Meta