strncasecmp_l

Compare two strings ignoring case, with the specified locale, up to n characters

version(Posix)
extern (C) nothrow @nogc
int
strncasecmp_l
(
scope const char* s1
,
const char* s2
,
size_t n
,)

Meta