avio_print_string_array

Write a NULL terminated array of strings to the context. Usually you don't need to use this function directly but its macro wrapper, avio_print.

extern (C) @nogc nothrow
void
avio_print_string_array
(,
const(char)** strings
)

Meta