Merge branch 'stable'
[gnulib.git] / modules / unictype / ctype-lower
1 Description:
2 Generalization of the <ctype.h> islower() function and the
3 <wctype.h> iswlower() function.
4
5 Files:
6 lib/unictype/ctype_lower.c
7 lib/unictype/ctype_lower.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_lower.c
18
19 Include:
20 "unictype.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27