xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / btowc
blobb9572a637503d7b3d184b7ea1c78fc37a9222749
1 Description:
2 btowc() function: convert unibyte character to wide character.
4 Files:
5 lib/btowc.c
6 m4/btowc.m4
7 m4/locale-fr.m4
9 Depends-on:
10 wchar
11 mbtowc          [test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1]
13 configure.ac:
14 gl_FUNC_BTOWC
15 if test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1; then
16   AC_LIBOBJ([btowc])
17   gl_PREREQ_BTOWC
19 gl_WCHAR_MODULE_INDICATOR([btowc])
21 Makefile.am:
23 Include:
24 <wchar.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 Bruno Haible