pa_xstrndup

Duplicate the specified string, but truncate after l characters

version(linux)
extern (C)
char*
pa_xstrndup
(
const(char)* s
,
size_t l
)

Meta