posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbslen
blobb4f4851e7fee26bf06955625c2ffd97e7b3dcc70
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 mbuiter
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 $(LIB_MBRTOWC)
26 License:
27 LGPL
29 Maintainer:
30 all