unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / modules / c32snrtombs
blob4ced9f2628dd3604cfdd00c5efc94b518213437b
1 Description:
2 c32snrtombs() function: convert 32-bit wide string to string.
4 Files:
5 lib/c32snrtombs.c
6 lib/wcsnrtombs-impl.h
7 lib/c32srtombs-state.c
9 Depends-on:
10 uchar
11 wchar
12 verify
13 c32rtomb
14 wcsnrtombs      [test $SMALL_WCHAR_T = 0]
16 configure.ac:
17 AC_REQUIRE([gl_UCHAR_H])
18 AC_LIBOBJ([c32srtombs-state])
19 gl_UCHAR_MODULE_INDICATOR([c32snrtombs])
21 Makefile.am:
22 lib_SOURCES += c32snrtombs.c
24 Include:
25 <uchar.h>
27 License:
28 LGPL
30 Maintainer:
31 Bruno Haible