view modules/mbsnlen @ 18540:42a721c06345

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.
author Bruno Haible <bruno@clisp.org>
date Fri, 02 Dec 2016 02:02:09 +0100
parents 1f14c6dd175d
children
line wrap: on
line source

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