index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
locale
/
iswlower_l.c
blob: 51e07f3594e1cbd11609b3f40cbf96bb0b6d70fd (
plain
) (
blame
)
1
2
3
4
5
6
#include
<wctype.h>
wint_t
iswlower_l
(
wint_t
c
,
locale_t
l
)
{
return
iswlower
(
c
);
}