vst_strncat

String concatenation taking care of null terminator.

char*
vst_strncat
(
char* dst
,
const char* src
,
size_t maxLen
)

Meta