vst_strncpy

String copy taking care of null terminator.

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

Meta