strncpy

extern (C) nothrow @nogc pure
char*
strncpy
(
return scope char* s1
,
scope const char* s2
,
size_t n
)

Meta