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
Fix warnings in fwscanf / rewind tests.
[glibc.git]
/
localedata
/
tests-mbwc
/
tst_iswdigit.c
blob
5429ed07d8591fcece306733a1cd1045430a1a53
1
/*
2
ISWDIGIT: int iswdigit (wint_t wc);
3
*/
4
5
6
#define TST_FUNCTION iswdigit
7
8
#include
"tsp_common.c"
9
#include
"dat_iswdigit.c"
10
11
TST_FUNC_ISW
(
DIGIT
,
digit
);