mbsnrtowcs: Work around Solaris 11.4 bug.
[gnulib.git] / modules / mbtowc
bloba665e2252ac27d4222d11c41df83d84e373c53b6
1 Description:
2 mbtowc() function: convert multibyte character to wide character.
4 Files:
5 lib/mbtowc.c
6 lib/mbtowc-impl.h
7 m4/mbtowc.m4
9 Depends-on:
10 stdlib
11 mbrtowc         [test $REPLACE_MBTOWC = 1]
12 wchar           [test $REPLACE_MBTOWC = 1]
14 configure.ac:
15 gl_FUNC_MBTOWC
16 if test $REPLACE_MBTOWC = 1; then
17   AC_LIBOBJ([mbtowc])
18   gl_PREREQ_MBTOWC
20 gl_STDLIB_MODULE_INDICATOR([mbtowc])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all