stpncpy: Allow stpncpy to be defined as a macro.
[gnulib.git] / modules / wcwidth
1 Description:
2 Determine the number of screen columns needed for a character.
3
4 Files:
5 lib/wcwidth.c
6 m4/wcwidth.m4
7 m4/wchar_t.m4
8 m4/wint_t.m4
9
10 Depends-on:
11 extensions
12 wchar
13 wctype
14 localcharset
15 streq
16 uniwidth/width
17
18 configure.ac:
19 gl_FUNC_WCWIDTH
20 gl_WCHAR_MODULE_INDICATOR([wcwidth])
21
22 Makefile.am:
23
24 Include:
25 <wchar.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible