error: Avoid "function declaration isn't a prototype" warning.
[gnulib.git] / modules / wcwidth
blob5a27713dcc85660d55d82b9b29f1f78d333b06c0
1 Description:
2 Determine the number of screen columns needed for a character.
4 Files:
5 lib/wcwidth.c
6 m4/wcwidth.m4
7 m4/wchar_t.m4
8 m4/wint_t.m4
10 Depends-on:
11 wchar
12 extensions
13 wctype-h        [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
14 localcharset    [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
15 streq           [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
16 uniwidth/width  [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
18 configure.ac:
19 gl_FUNC_WCWIDTH
20 if test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1; then
21   AC_LIBOBJ([wcwidth])
23 gl_WCHAR_MODULE_INDICATOR([wcwidth])
25 Makefile.am:
27 Include:
28 <wchar.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 all