intprops: new macro INT_PROMOTE
[gnulib.git] / modules / wctob
blobef50bf5b5ce4cf5d54a76f5b832f35e4ab1b937c
1 Description:
2 wctob() function: convert wide character to unibyte character.
4 Files:
5 lib/wctob.c
6 m4/wctob.m4
7 m4/locale-en.m4
8 m4/locale-fr.m4
9 m4/codeset.m4
11 Depends-on:
12 wchar-h
13 wctomb          [test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1]
15 configure.ac:
16 gl_FUNC_WCTOB
17 gl_CONDITIONAL([GL_COND_OBJ_WCTOB],
18                [test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1])
19 AM_COND_IF([GL_COND_OBJ_WCTOB], [
20   gl_PREREQ_WCTOB
22 gl_WCHAR_MODULE_INDICATOR([wctob])
24 Makefile.am:
25 if GL_COND_OBJ_WCTOB
26 lib_SOURCES += wctob.c
27 endif
29 Include:
30 <wchar.h>
32 License:
33 LGPL
35 Maintainer:
36 all