Function rsmpeg::ffi::av_strncasecmp[][src]

pub unsafe extern "C" fn av_strncasecmp(
    a: *const i8,
    b: *const i8,
    n: u32
) -> i32
Expand description

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