gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / mbstoc32s
blobf926ef1561f63b81ced3f4448ed2aa29e0112599
1 Description:
2 mbstoc32s() function: convert string to 32-bit wide string.
4 Files:
5 lib/mbstoc32s.c
7 Depends-on:
8 uchar
9 wchar
10 mbszero
11 mbsrtoc32s
13 configure.ac:
14 gl_UCHAR_MODULE_INDICATOR([mbstoc32s])
16 Makefile.am:
17 lib_SOURCES += mbstoc32s.c
19 Include:
20 <uchar.h>
22 Link:
23 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
24 $(MBRTOWC_LIB)
25 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
27 License:
28 LGPLv2+
30 Maintainer:
31 Bruno Haible