maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / mbslen
blob6b6c6078e5afc25ea724f7ee0dc7e00fe2f7df4a
1 Description:
2 mbslen() function: Determine the number of multibyte characters in a string.
4 Files:
5 lib/mbslen.c
6 m4/mbslen.m4
8 Depends-on:
9 mbuiterf
10 string
12 configure.ac:
13 gl_FUNC_MBSLEN
14 gl_STRING_MODULE_INDICATOR([mbslen])
16 Makefile.am:
17 lib_SOURCES += mbslen.c
19 Include:
20 <string.h>
22 Link:
23 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
24 $(MBRTOWC_LIB)
25 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
27 License:
28 LGPL
30 Maintainer:
31 all