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