malloc-h: New module.
[gnulib.git] / modules / c32rtomb
blob9863d7020767ebad505f810839c47d6b9a2c807d
1 Description:
2 c32rtomb() function: convert 32-bit wide character to multibyte character.
4 Files:
5 lib/c32rtomb.c
6 m4/c32rtomb.m4
7 m4/mbrtoc32.m4
9 Depends-on:
10 uchar
11 attribute       [test $HAVE_C32RTOMB = 0 || test $REPLACE_C32RTOMB = 1]
12 wchar           [test $HAVE_C32RTOMB = 0 || test $REPLACE_C32RTOMB = 1]
13 wcrtomb         [test $HAVE_C32RTOMB = 0 || test $REPLACE_C32RTOMB = 1]
14 localcharset    [{ test $HAVE_C32RTOMB = 0 || test $REPLACE_C32RTOMB = 1; } && test $SMALL_WCHAR_T = 1]
15 streq           [{ test $HAVE_C32RTOMB = 0 || test $REPLACE_C32RTOMB = 1; } && test $SMALL_WCHAR_T = 1]
17 configure.ac:
18 gl_FUNC_C32RTOMB
19 if test $HAVE_C32RTOMB = 0 || test $REPLACE_C32RTOMB = 1; then
20   AC_LIBOBJ([c32rtomb])
22 gl_UCHAR_MODULE_INDICATOR([c32rtomb])
24 Makefile.am:
26 Include:
27 <uchar.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 Bruno Haible