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
|