memicmp

Unix doesn't appear to have a memicmp() ... JJR notes that the strncasecmp() is available instead.

version(Win32)
extern (C)
int
memicmp
(
const(char)*
,
const(char)*
,)

Meta