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
Update.
[glibc.git]
/
localedata
/
tests-mbwc
/
tst_iswalnum.c
blob
95ba863f94f38841267d66cb3412656adfc10667
1
/*
2
ISWALNUM: int iswalnum (wint_t wc)
3
*/
4
5
#define TST_FUNCTION iswalnum
6
7
#include
"tsp_common.c"
8
#include
"dat_iswalnum.c"
9
10
TST_FUNC_ISW
(
ALNUM
,
alnum
);