mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
cb55e214f9
* 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.
30 lines
449 B
Plaintext
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
|