repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ssfmalloc: Portability to Cygwin.
[gnulib.git]
/
modules
/
iswdigit
blob
2e62122cdd341cd5de48476290dffd69bbd92867
1
Description:
2
iswdigit() function: test wide character for being a digit.
3
4
Files:
5
lib/iswdigit.c
6
m4/iswdigit.m4
7
m4/locale-fr.m4
8
m4/locale-ja.m4
9
m4/locale-zh.m4
10
m4/codeset.m4
11
12
Depends-on:
13
wctype-h
14
15
configure.ac:
16
gl_FUNC_ISWDIGIT
17
if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then
18
:
19
else
20
if test $REPLACE_ISWDIGIT = 1; then
21
AC_LIBOBJ([iswdigit])
22
fi
23
fi
24
gl_WCTYPE_MODULE_INDICATOR([iswdigit])
25
26
Makefile.am:
27
28
Include:
29
<wctype.h>
30
31
License:
32
LGPLv2+
33
34
Maintainer:
35
Bruno Haible