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_towlower.c
blob
7719b0daeacfc47110b0a0a50bae75aef463ef33
1
/*
2
TOWLOWER: int towlower (wint_t wc);
3
*/
4
5
#define TST_FUNCTION towlower
6
7
#include
"tsp_common.c"
8
#include
"dat_towlower.c"
9
10
11
TST_FUNC_TOW
(
LOWER
,
lower
);