login_tty tests: Avoid gcc warnings.
[gnulib.git] / modules / iswxdigit
blob9261524c6ee26fdcc2eadd107c4c7b9422e88e9a
1 Description:
2 iswxdigit() function: test wide character for being a hexadecimal digit.
4 Files:
5 lib/iswxdigit.c
6 m4/iswxdigit.m4
7 m4/locale-fr.m4
8 m4/locale-ja.m4
9 m4/locale-zh.m4
10 m4/codeset.m4
12 Depends-on:
13 wctype-h
15 configure.ac:
16 gl_FUNC_ISWXDIGIT
17 gl_CONDITIONAL([GL_COND_OBJ_ISWXDIGIT],
18                [! { test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; } && test $REPLACE_ISWXDIGIT = 1])
19 gl_WCTYPE_MODULE_INDICATOR([iswxdigit])
21 Makefile.am:
22 if GL_COND_OBJ_ISWXDIGIT
23 lib_SOURCES += iswxdigit.c
24 endif
26 Include:
27 <wctype.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Bruno Haible