unistr/u8-strstr tests: Avoid test failure with ASAN.
[gnulib.git] / modules / c32stombs
blob103c8758c0ca0ed3155d836e553180ba998176f1
1 Description:
2 c32stombs() function: convert 32-bit wide string to string.
4 Files:
5 lib/c32stombs.c
7 Depends-on:
8 uchar
9 wchar
10 mbszero
11 c32srtombs
13 configure.ac:
14 gl_UCHAR_MODULE_INDICATOR([c32stombs])
16 Makefile.am:
17 lib_SOURCES += c32stombs.c
19 Include:
20 <uchar.h>
22 Link:
23 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
24 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
26 License:
27 LGPL
29 Maintainer:
30 Bruno Haible