1Description: 2wcsnrtombs() function: convert wide string to string. 3 4Files: 5lib/wcsnrtombs.c 6lib/wcsnrtombs-impl.h 7lib/wcsrtombs-state.c 8m4/wcsnrtombs.m4 9m4/mbrtowc.m4 10m4/mbstate_t.m4 11m4/locale-ja.m4 12m4/locale-zh.m4 13m4/codeset.m4 14 15Depends-on: 16wchar 17extensions 18wcrtomb [test $HAVE_WCSNRTOMBS = 0 || test $REPLACE_WCSNRTOMBS = 1] 19 20configure.ac: 21gl_FUNC_WCSNRTOMBS 22if test $HAVE_WCSNRTOMBS = 0 || test $REPLACE_WCSNRTOMBS = 1; then 23 AC_LIBOBJ([wcsnrtombs]) 24 AC_LIBOBJ([wcsrtombs-state]) 25 gl_PREREQ_WCSNRTOMBS 26fi 27gl_WCHAR_MODULE_INDICATOR([wcsnrtombs]) 28 29Makefile.am: 30 31Include: 32<wchar.h> 33 34License: 35LGPL 36 37Maintainer: 38Bruno Haible 39 40