memccpy

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