verify: new macro 'assume'
[gnulib.git] / modules / wctob
1 Description:
2 wctob() function: convert wide character to unibyte character.
3
4 Files:
5 lib/wctob.c
6 m4/wctob.m4
7 m4/locale-fr.m4
8 m4/codeset.m4
9
10 Depends-on:
11 wchar
12 wctomb          [test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1]
13
14 configure.ac:
15 gl_FUNC_WCTOB
16 if test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1; then
17   AC_LIBOBJ([wctob])
18   gl_PREREQ_WCTOB
19 fi
20 gl_WCHAR_MODULE_INDICATOR([wctob])
21
22 Makefile.am:
23
24 Include:
25 <wchar.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32