strcasecmp_l

Compare two strings ignoring case, with the specified locale

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

Meta