av_strnlen

Get the count of continuous non zero chars starting from the beginning.

@param len maximum number of characters to check in the string, that is the maximum value which is returned by the function

extern (C) @nogc nothrow
size_t
av_strnlen
(
const(char)* s
,
size_t len
)

Meta