repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[BZ #3427]
[glibc.git]
/
localedata
/
tests-mbwc
/
tst_iswlower.c
blob
e0911001d0ad1f9b85146873f190c27baff4c51c
1
/*
2
ISWLOWER: int iswlower (wint_t wc);
3
*/
4
5
#define TST_FUNCTION iswlower
6
7
#include
"tsp_common.c"
8
#include
"dat_iswlower.c"
9
10
TST_FUNC_ISW
(
LOWER
,
lower
);