mg_string_copy

Creates a copy of the given string.

Return: A pointer to the copy or NULL if an error occurred.

extern (C) @safe @nogc pure nothrow
mg_string_copy
(
const mg_string* str
)

Meta