strtoumax: fix typo in previous commit.
[gnulib.git] / modules / unicase / cased
1 Description:
2 Test whether a Unicode character is "cased".
3
4 Files:
5 lib/unicase/caseprop.h
6 lib/unicase/cased.c
7 lib/unicase/cased.h
8 lib/unictype/bitmap.h
9
10 Depends-on:
11 unitypes
12 stdbool
13
14 configure.ac:
15 AC_REQUIRE([AC_C_INLINE])
16
17 Makefile.am:
18 lib_SOURCES += unicase/cased.c
19
20 Include:
21 "unicase/caseprop.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28