af_alg: minor style improvements
[gnulib.git] / modules / unictype / ctype-punct
blob357978cac75ec836fb90457a994d8b9f56a8e381
1 Description:
2 Generalization of the <ctype.h> ispunct() function and the
3 <wctype.h> iswpunct() function.
5 Files:
6 lib/unictype/ctype_punct.c
7 lib/unictype/ctype_punct.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-punct])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_PUNCT
19 lib_SOURCES += unictype/ctype_punct.c
20 endif
22 Include:
23 "unictype.h"
25 License:
26 LGPLv3+ or GPLv2
28 Maintainer:
29 all