strcoll_l

Compare strings according to current collation

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

Meta