strncat

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

Meta