stpncpy

Copy string (including terminating '\0')

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

Meta