mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
33 lines
358 B
Plaintext
33 lines
358 B
Plaintext
Description:
|
|
Determine the number of screen columns needed for a string.
|
|
|
|
Files:
|
|
lib/mbswidth.h
|
|
lib/mbswidth.c
|
|
m4/mbstate_t.m4
|
|
m4/mbrtowc.m4
|
|
m4/mbswidth.m4
|
|
|
|
Depends-on:
|
|
wchar
|
|
wctype
|
|
mbrtowc
|
|
mbsinit
|
|
wcwidth
|
|
extensions
|
|
|
|
configure.ac:
|
|
gl_MBSWIDTH
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbswidth.h mbswidth.c
|
|
|
|
Include:
|
|
"mbswidth.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|