Hash :
cb55e214
Author :
Date :
2023-07-18T12:19:58
mbsnlen: Optimize. * lib/mbsnlen.c: Include mbiterf.h instead of mbiter.h. (mbsnlen): Use mbif_* macros instead of mbi_* macros. * modules/mbsnlen (Depends-on): Add mbiterf. Remove mbiter.
Description:
mbsnlen() function: Determine the number of multibyte characters in a string.
Files:
lib/mbsnlen.c
Depends-on:
mbiterf
string
configure.ac:
gl_STRING_MODULE_INDICATOR([mbsnlen])
Makefile.am:
lib_SOURCES += mbsnlen.c
Include:
<string.h>
Link:
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
$(MBRTOWC_LIB)
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
License:
LGPLv2+
Maintainer:
all