* lib/mbchar.h: Just include <wctype.h>; the wctype module
[pspp] / modules / wcwidth
1 Description:
2 Determine the number of screen columns needed for a character.
3
4 Files:
5 lib/wcwidth.h
6 m4/wcwidth.m4
7 m4/wchar_t.m4
8 m4/wint_t.m4
9
10 Depends-on:
11 wctype
12
13 configure.ac:
14 gl_FUNC_WCWIDTH
15
16 Makefile.am:
17 lib_SOURCES += wcwidth.h
18
19 Include:
20 "wcwidth.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible