dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
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')