doc: Add documentation about math_errhandling.
[gnulib.git] / modules / mbsnlen
blob3a3486f6899876518ab2f13eedf4b585a21a0817
1 Description:
2 mbsnlen() function: Determine the number of multibyte characters in a string.
4 Files:
5 lib/mbsnlen.c
7 Depends-on:
8 mbiterf
9 string
11 configure.ac:
12 gl_STRING_MODULE_INDICATOR([mbsnlen])
14 Makefile.am:
15 lib_SOURCES += mbsnlen.c
17 Include:
18 <string.h>
20 Link:
21 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
22 $(MBRTOWC_LIB)
23 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
25 License:
26 LGPLv2+
28 Maintainer:
29 all