posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbsnlen
blob3064b57974bc180ccd96e6ea96895192f453ff22
1 Description:
2 mbsnlen() function: Determine the number of multibyte characters in a string.
4 Files:
5 lib/mbsnlen.c
7 Depends-on:
8 mbiter
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 $(LIB_MBRTOWC)
24 License:
25 LGPLv2+
27 Maintainer:
28 all