verify: new macro 'assume'
[gnulib.git] / modules / mbsinit
1 Description:
2 mbsinit() function: test for initial conversion state.
3
4 Files:
5 lib/mbsinit.c
6 m4/mbsinit.m4
7 m4/mbstate_t.m4
8
9 Depends-on:
10 wchar
11 extensions
12 mbrtowc         [test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1]
13 verify          [test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1]
14
15 configure.ac:
16 gl_FUNC_MBSINIT
17 if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
18   AC_LIBOBJ([mbsinit])
19   gl_PREREQ_MBSINIT
20 fi
21 gl_WCHAR_MODULE_INDICATOR([mbsinit])
22
23 Makefile.am:
24
25 Include:
26 <wchar.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Bruno Haible
33