projects
/
oweals
/
musl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
arm assembly changes for clang compatibility
[oweals/musl.git]
/
src
/
string
/
wcscasecmp_l.c
1
#include <wchar.h>
2
3
int wcscasecmp_l(const wchar_t *l, const wchar_t *r, locale_t locale)
4
{
5
return wcscasecmp(l, r);
6
}