dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
memccpy
core
sys
posix
string
Copy string until character found
version(Posix)
extern (
C
) nothrow @
nogc
pure
void
*
memccpy
(
return
scope
void
*
dst
,
scope
const
void
*
src
,
int
c
,
size_t
n
)
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 until character found