The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
stpcpy
core
sys
posix
string
Copy string (including terminating '\0')
version(Posix)
extern (
C
) nothrow @
nogc
pure
char
*
stpcpy
(
return
scope
char
*
dst
,
scope
const
char
*
src
)
Meta
Source
See Implementation
core
sys
posix
string
functions
memccpy
stpcpy
stpncpy
strcoll_l
strerror_l
strndup
strnlen
strsignal
strtok_r
strxfrm_l
Copy string (including terminating '\0')