doc: Mention backtrace functions supported on BSD.
[gnulib.git] / modules / mbsrtowcs
blob70e7d0c36fb6bdd0601d1a742d3c002ef1a14016
1 Description:
2 mbsrtowcs() function: convert string to wide string.
4 Files:
5 lib/mbsrtowcs.c
6 lib/mbsrtowcs-impl.h
7 lib/mbsrtowcs-state.c
8 m4/mbsrtowcs.m4
9 m4/mbstate_t.m4
10 m4/mbrtowc.m4
11 m4/locale-fr.m4
12 m4/locale-ja.m4
13 m4/locale-zh.m4
14 m4/codeset.m4
16 Depends-on:
17 wchar
18 extensions
19 mbrtowc         [test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1]
20 strnlen1        [test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1]
22 configure.ac:
23 gl_FUNC_MBSRTOWCS
24 gl_CONDITIONAL([GL_COND_OBJ_MBSRTOWCS],
25                [test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1])
26 AM_COND_IF([GL_COND_OBJ_MBSRTOWCS], [
27   AC_LIBOBJ([mbsrtowcs-state])
28   gl_PREREQ_MBSRTOWCS
30 gl_WCHAR_MODULE_INDICATOR([mbsrtowcs])
32 Makefile.am:
33 if GL_COND_OBJ_MBSRTOWCS
34 lib_SOURCES += mbsrtowcs.c
35 endif
37 Include:
38 <wchar.h>
40 Link:
41 $(MBRTOWC_LIB)
43 License:
44 LGPLv2+
46 Maintainer:
47 all