doc: Update target platforms list.
[gnulib.git] / modules / btowc
blob99957c83b0377851e4dad7625460b41ce762046b
1 Description:
2 btowc() function: convert unibyte character to wide character.
4 Files:
5 lib/btowc.c
6 m4/btowc.m4
7 m4/mbrtowc.m4
8 m4/locale-fr.m4
9 m4/codeset.m4
11 Depends-on:
12 wchar
13 mbszero         [test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1]
14 mbrtowc         [test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1]
15 mbtowc          [test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1]
17 configure.ac:
18 gl_FUNC_BTOWC
19 gl_CONDITIONAL([GL_COND_OBJ_BTOWC],
20                [test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1])
21 AM_COND_IF([GL_COND_OBJ_BTOWC], [
22   gl_PREREQ_BTOWC
24 gl_WCHAR_MODULE_INDICATOR([btowc])
26 Makefile.am:
27 if GL_COND_OBJ_BTOWC
28 lib_SOURCES += btowc.c
29 endif
31 Include:
32 <wchar.h>
34 License:
35 LGPLv2+
37 Maintainer:
38 all