Str.strfreev

Frees a %NULL-terminated array of strings, as well as each string it contains.

If @str_array is %NULL, this function simply returns.

struct Str
static
void
strfreev
(
string[] strArray
)

Parameters

strArray string[]

a %NULL-terminated array of strings to free

Meta