dac2b4a34c8786d0e01e31595738fa32f5b7c542
[gnulib.git] / modules / unictype / ctype-xdigit
1 Description:
2 Generalization of the <ctype.h> isxdigit() function and the
3 <wctype.h> iswxdigit() function.
4
5 Files:
6 lib/unictype/ctype_xdigit.c
7 lib/unictype/ctype_xdigit.h
8 lib/unictype/bitmap.h
9
10 Depends-on:
11 unictype/base
12
13 configure.ac:
14 AC_REQUIRE([AC_C_INLINE])
15
16 Makefile.am:
17 lib_SOURCES += unictype/ctype_xdigit.c
18
19 Include:
20 "unictype.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27