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
* config.h.in (USE_MULTIARCH): Define.
[glibc.git]
/
localedata
/
tests-mbwc
/
tst_iswalpha.c
blob
8eff2cc114c52f66c82e39156a69b1d4c878d5e8
1
/*
2
ISWALPHA: int iswalpha (wint_t wc);
3
*/
4
5
#define TST_FUNCTION iswalpha
6
7
#include
"tsp_common.c"
8
#include
"dat_iswalpha.c"
9
10
TST_FUNC_ISW
(
ALPHA
,
alpha
);