verify: new macro 'assume'
[gnulib.git] / modules / wcswidth
1 Description:
2 wcswidth() function: determine number of screen columns needed for a
3 size-bounded wide string.
4
5 Files:
6 lib/wcswidth.c
7 lib/wcswidth-impl.h
8 m4/wcswidth.m4
9
10 Depends-on:
11 wchar
12 wcwidth         [test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1]
13
14 configure.ac:
15 gl_FUNC_WCSWIDTH
16 if test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1; then
17   AC_LIBOBJ([wcswidth])
18 fi
19 gl_WCHAR_MODULE_INDICATOR([wcswidth])
20
21 Makefile.am:
22
23 Include:
24 <wchar.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible