verify: new macro 'assume'
[gnulib.git] / modules / mbsrtowcs
1 Description:
2 mbsrtowcs() function: convert string to wide string.
3
4 Files:
5 lib/mbsrtowcs.c
6 lib/mbsrtowcs-impl.h
7 lib/mbsrtowcs-state.c
8 m4/mbsrtowcs.m4
9 m4/mbstate_t.m4
10 m4/locale-fr.m4
11 m4/locale-ja.m4
12 m4/locale-zh.m4
13 m4/codeset.m4
14
15 Depends-on:
16 wchar
17 extensions
18 mbrtowc         [test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1]
19 strnlen1        [test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1]
20
21 configure.ac:
22 gl_FUNC_MBSRTOWCS
23 if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then
24   AC_LIBOBJ([mbsrtowcs])
25   AC_LIBOBJ([mbsrtowcs-state])
26   gl_PREREQ_MBSRTOWCS
27 fi
28 gl_WCHAR_MODULE_INDICATOR([mbsrtowcs])
29
30 Makefile.am:
31
32 Include:
33 <wchar.h>
34
35 License:
36 LGPLv2+
37
38 Maintainer:
39 Bruno Haible
40