mi_heap_strndup

Duplicate a string of at most length n in a specific heap.

extern (C) @nogc pure @system nothrow
char*
mi_heap_strndup
(,
const(char)* s
,
size_t n
)

Meta