av_strcasecmp

Locale-independent case-insensitive compare. @note This means only ASCII-range characters are case-insensitive

extern (C) @nogc nothrow
int
av_strcasecmp
(
const(char)* a
,
const(char)* b
)

Meta