futimens: fix configure check
[gnulib.git] / modules / mbsrtowcs
1 Description:
2 mbsrtowcs() function: convert string to wide string.
3
4 Files:
5 lib/mbsrtowcs.c
6 lib/mbsrtowcs-state.c
7 m4/mbsrtowcs.m4
8 m4/mbstate_t.m4
9 m4/locale-fr.m4
10 m4/locale-ja.m4
11 m4/locale-zh.m4
12 m4/codeset.m4
13
14 Depends-on:
15 wchar
16 mbrtowc
17 strnlen1
18 extensions
19
20 configure.ac:
21 gl_FUNC_MBSRTOWCS
22 gl_WCHAR_MODULE_INDICATOR([mbsrtowcs])
23
24 Makefile.am:
25
26 Include:
27 <wchar.h>
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Bruno Haible
34