vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / c32tob
blob42e18a985b0e68c3749e35d32d9e0db57b3b2469
1 Description:
2 c32tob() function: convert 32-bit wide character to unibyte character.
4 Files:
5 lib/c32tob.c
6 m4/mbrtoc32.m4
8 Depends-on:
9 uchar
10 c32rtomb
11 wctob
13 configure.ac:
14 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
15 gl_UCHAR_MODULE_INDICATOR([c32tob])
17 Makefile.am:
18 lib_SOURCES += c32tob.c
20 Include:
21 <uchar.h>
23 License:
24 LGPL
26 Maintainer:
27 Bruno Haible