1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/mbsnlen
Bruno Haible 349e4dea4f Relicense some modules under LGPLv2+.
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.
2016-12-02 02:02:09 +01:00

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