Hash :
1a81b69f
Author :
Date :
2023-07-18T13:27:44
mbslen: Optimize. * lib/mbslen.c: Include mbuiterf.h instead of mbuiter.h. (mbslen): Use mbuif_* macros instead of mbui_* macros. * modules/mbslen (Depends-on): Add mbuiterf. Remove mbuiter.
Description:
mbslen() function: Determine the number of multibyte characters in a string.
Files:
lib/mbslen.c
m4/mbslen.m4
Depends-on:
mbuiterf
string
configure.ac:
gl_FUNC_MBSLEN
gl_STRING_MODULE_INDICATOR([mbslen])
Makefile.am:
lib_SOURCES += mbslen.c
Include:
<string.h>
Link:
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
$(MBRTOWC_LIB)
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
License:
LGPL
Maintainer:
all