strncat

extern (C) @system nothrow @nogc
char*
strncat
pure
(
return char* s1
,
scope const char* s2
,
size_t n
)
Suggestion Box / Bug Report