* lib/mbchar.h: Just include <wctype.h>; the wctype module
[pspp] / 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 wctype
13 wcwidth
14
15 configure.ac:
16 gl_MBSWIDTH
17
18 Makefile.am:
19 lib_SOURCES += mbswidth.h mbswidth.c
20
21 Include:
22 "mbswidth.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Bruno Haible