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
/
wcsncasecmp_l.c
1
#include <wchar.h>
2
3
int wcsncasecmp_l(const wchar_t *l, const wchar_t *r, size_t n, locale_t locale)
4
{
5
return wcsncasecmp(l, r, n);
6
}