view modules/mbsnlen @ 40242:e84036edb2ff

bitset, timevar: Depend on c99 Reported by Bruno Haible. * modules/bitset, modules/timevar (Depends-on): Add c99.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 08:34:22 +0100
parents 42a721c06345
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