af_alg: minor style improvements
[gnulib.git] / modules / unictype / ctype-digit
blob608a021ec8825fda101b1613df01547733c7f997
1 Description:
2 Generalization of the <ctype.h> isdigit() function and the
3 <wctype.h> iswdigit() function.
5 Files:
6 lib/unictype/ctype_digit.c
7 lib/unictype/ctype_digit.h
8 lib/unictype/bitmap.h
10 Depends-on:
11 unictype/base
13 configure.ac:
14 AC_REQUIRE([AC_C_INLINE])
15 gl_LIBUNISTRING_MODULE([0.9.8], [unictype/ctype-digit])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_DIGIT
19 lib_SOURCES += unictype/ctype_digit.c
20 endif
22 Include:
23 "unictype.h"
25 License:
26 LGPLv3+ or GPLv2
28 Maintainer:
29 all