1Description:
2Generalization of the <ctype.h> isspace() function and the
3<wctype.h> iswspace() function.
4
5Files:
6lib/unictype/ctype_space.c
7lib/unictype/ctype_space.h
8lib/unictype/bitmap.h
9
10Depends-on:
11unictype/base
12
13configure.ac:
14AC_REQUIRE([AC_C_INLINE])
15gl_LIBUNISTRING_MODULE([0.9], [unictype/ctype-space])
16
17Makefile.am:
18if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_SPACE
19lib_SOURCES += unictype/ctype_space.c
20endif
21
22Include:
23"unictype.h"
24
25License:
26LGPL
27
28Maintainer:
29Bruno Haible
30
31