New module 'libunistring-optional'.
[gnulib.git] / modules / unictype / ctype-space
1 Description:
2 Generalization of the <ctype.h> isspace() function and the
3 <wctype.h> iswspace() function.
4
5 Files:
6 lib/unictype/ctype_space.c
7 lib/unictype/ctype_space.h
8 lib/unictype/bitmap.h
9
10 Depends-on:
11 unictype/base
12
13 configure.ac:
14 AC_REQUIRE([AC_C_INLINE])
15 gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/ctype_space.c])
16
17 Makefile.am:
18
19 Include:
20 "unictype.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27