verify: new macro 'assume'
[gnulib.git] / modules / wctype
1 Description:
2 wctype() function: get descriptor for a wide character property.
3
4 Status:
5 obsolete
6
7 Notice:
8 This module is obsolete.
9
10 Files:
11 lib/wctype.c
12 lib/wctype-impl.h
13 m4/wctype.m4
14
15 Depends-on:
16 wctype-h
17 iswblank        [test $HAVE_WCTYPE = 0]
18
19 configure.ac:
20 gl_FUNC_WCTYPE
21 if test $HAVE_WCTYPE = 0; then
22   AC_LIBOBJ([wctype])
23 fi
24 gl_WCTYPE_MODULE_INDICATOR([wctype])
25
26 Makefile.am:
27
28 Include:
29 <wctype.h>
30
31 License:
32 LGPL
33
34 Maintainer:
35 Bruno Haible