vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / btowc
blob68f4066cc5a2d0e8bd95121453814c6c3faa600d
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 all