strtoumax: fix typo in previous commit.
[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-h
14 mbrtowc
15 mbsinit
16 wcwidth
17 extensions
18
19 configure.ac:
20 gl_MBSWIDTH
21
22 Makefile.am:
23 lib_SOURCES += mbswidth.h mbswidth.c
24
25 Include:
26 "mbswidth.h"
27
28 License:
29 GPL
30
31 Maintainer:
32 Bruno Haible