New module 'wctomb'.
[gnulib.git] / modules / wctomb
1 Description:
2 wctomb() function: convert wide character to multibyte character.
3
4 Files:
5 lib/wctomb.c
6 lib/wctomb-impl.h
7 m4/wctomb.m4
8
9 Depends-on:
10 stdlib
11 wcrtomb
12
13 configure.ac:
14 gl_FUNC_WCTOMB
15 gl_STDLIB_MODULE_INDICATOR([wctomb])
16
17 Makefile.am:
18
19 Include:
20 <stdlib.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Bruno Haible