mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Kevin Cernekee's approval is in http://lists.gnu.org/archive/html/bug-gnulib/2016-11/msg00090.html. * modules/fseterr (License): Change to LGPLv2+. * modules/mbchar (License): Likewise. * modules/mbiter (License): Likewise. * modules/mbsnlen (License): Likewise. * modules/wcwidth (License): Likewise.
25 lines
288 B
Plaintext
25 lines
288 B
Plaintext
Description:
|
|
mbsnlen() function: Determine the number of multibyte characters in a string.
|
|
|
|
Files:
|
|
lib/mbsnlen.c
|
|
|
|
Depends-on:
|
|
mbiter
|
|
string
|
|
|
|
configure.ac:
|
|
gl_STRING_MODULE_INDICATOR([mbsnlen])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbsnlen.c
|
|
|
|
Include:
|
|
<string.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|