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
* csu/Makefile ($(csu-dummies) target rule): Don't use a temp C file.
[glibc.git]
/
localedata
/
tests-mbwc
/
tst_iswpunct.c
blob
4749d61e3c7e7ffeb8d2d62a3a762f36b3c63849
1
/*
2
ISWPUNCT: int iswpunct (wint_t wc);
3
*/
4
5
#define TST_FUNCTION iswpunct
6
7
#include
"tsp_common.c"
8
#include
"dat_iswpunct.c"
9
10
TST_FUNC_ISW
(
PUNCT
,
punct
);