verify: new macro 'assume'
[gnulib.git] / modules / iswblank
1 Description:
2 iswblank() function: test wide character for being blank.
3
4 Files:
5 lib/iswblank.c
6 m4/iswblank.m4
7
8 Depends-on:
9 wctype-h
10 extensions
11
12 configure.ac:
13 gl_FUNC_ISWBLANK
14 if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then
15   :
16 else
17   if test $HAVE_ISWBLANK = 0 || test $REPLACE_ISWBLANK = 1; then
18     AC_LIBOBJ([iswblank])
19   fi
20 fi
21 gl_WCTYPE_MODULE_INDICATOR([iswblank])
22
23 Makefile.am:
24
25 Include:
26 <wctype.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Bruno Haible