mirror of
https://github.com/fluencelabs/musl
synced 2025-06-26 13:12:03 +00:00
7 lines
120 B
C
7 lines
120 B
C
![]() |
#include <wchar.h>
|
||
|
|
||
|
int wcscasecmp_l(const wchar_t *l, const wchar_t *r, locale_t locale)
|
||
|
{
|
||
|
return wcscasecmp(l, r);
|
||
|
}
|