1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/modules/mbsnlen
T
Bruno Haible cb55e214f9 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.
2023-07-18 12:19:58 +02:00

30 lines
449 B
Plaintext

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