autoupdate
[gnulib.git] / modules / wcsnrtombs
blobf29aa37c0ec504f636bbc3586ad97c5adff1c86d
1 Description:
2 wcsnrtombs() function: convert wide string to string.
4 Files:
5 lib/wcsnrtombs.c
6 lib/wcsnrtombs-impl.h
7 lib/wcsrtombs-state.c
8 m4/wcsnrtombs.m4
9 m4/mbrtowc.m4
10 m4/mbstate_t.m4
11 m4/locale-en.m4
12 m4/locale-fr.m4
13 m4/locale-ja.m4
14 m4/locale-zh.m4
15 m4/codeset.m4
17 Depends-on:
18 wchar
19 extensions
20 wcrtomb         [test $HAVE_WCSNRTOMBS = 0 || test $REPLACE_WCSNRTOMBS = 1]
22 configure.ac:
23 gl_FUNC_WCSNRTOMBS
24 gl_CONDITIONAL([GL_COND_OBJ_WCSNRTOMBS],
25                [test $HAVE_WCSNRTOMBS = 0 || test $REPLACE_WCSNRTOMBS = 1])
26 AM_COND_IF([GL_COND_OBJ_WCSNRTOMBS], [
27   AC_LIBOBJ([wcsrtombs-state])
28   gl_PREREQ_WCSNRTOMBS
30 gl_WCHAR_MODULE_INDICATOR([wcsnrtombs])
32 Makefile.am:
33 if GL_COND_OBJ_WCSNRTOMBS
34 lib_SOURCES += wcsnrtombs.c
35 endif
37 Include:
38 <wchar.h>
40 License:
41 LGPL
43 Maintainer:
44 all