evutil_ascii_strcasecmp

As strcasecmp, but always compares the characters in locale-independent ASCII. That's useful if you're handling data in ASCII-based protocols.

extern (C) nothrow
int
evutil_ascii_strcasecmp
(
const(char)* str1
,
const(char)* str2
)

Meta