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