xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / mbtowc
blobc23323b3e8d108b64d1ceb6a5d975265426f3a19
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 Bruno Haible