* modules/fnmatch (Depends-on): Depend on wchar.
[gnulib.git] / modules / mbswidth
1 Description:
2 Determine the number of screen columns needed for a string.
3
4 Files:
5 lib/mbswidth.h
6 lib/mbswidth.c
7 m4/mbstate_t.m4
8 m4/mbrtowc.m4
9 m4/mbswidth.m4
10
11 Depends-on:
12 wchar
13 wctype
14 wcwidth
15
16 configure.ac:
17 gl_MBSWIDTH
18
19 Makefile.am:
20 lib_SOURCES += mbswidth.h mbswidth.c
21
22 Include:
23 "mbswidth.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Bruno Haible