verify: new macro 'assume'
[gnulib.git] / modules / mbtowc
1 Description:
2 mbtowc() function: convert multibyte character to wide character.
3
4 Files:
5 lib/mbtowc.c
6 lib/mbtowc-impl.h
7 m4/mbtowc.m4
8
9 Depends-on:
10 stdlib
11 mbrtowc         [test $REPLACE_MBTOWC = 1]
12 wchar           [test $REPLACE_MBTOWC = 1]
13
14 configure.ac:
15 gl_FUNC_MBTOWC
16 if test $REPLACE_MBTOWC = 1; then
17   AC_LIBOBJ([mbtowc])
18   gl_PREREQ_MBTOWC
19 fi
20 gl_STDLIB_MODULE_INDICATOR([mbtowc])
21
22 Makefile.am:
23
24 Include:
25 <stdlib.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Bruno Haible