Replace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.
[gnulib.git] / modules / wcsrtombs
1 Description:
2 wcsrtombs() function: convert wide string to string.
3
4 Files:
5 lib/wcsrtombs.c
6 lib/wcsrtombs-state.c
7 m4/wcsrtombs.m4
8 m4/mbrtowc.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 wcrtomb
18
19 configure.ac:
20 gl_FUNC_WCSRTOMBS
21 gl_WCHAR_MODULE_INDICATOR([wcsrtombs])
22
23 Makefile.am:
24
25 Include:
26 <wchar.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33