Provide wcwidth replacement in separate file wcwidth.c.
[pspp] / modules / wcwidth
1 Description:
2 Determine the number of screen columns needed for a character.
3
4 Files:
5 lib/wcwidth.h
6 lib/wcwidth.c
7 m4/wcwidth.m4
8 m4/wchar_t.m4
9 m4/wint_t.m4
10
11 Depends-on:
12 wchar
13 wctype
14
15 configure.ac:
16 gl_FUNC_WCWIDTH
17
18 Makefile.am:
19
20 Include:
21 "wcwidth.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible