From f1eb357fab17482b2d19f12fc731673acead4922 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 22 Feb 2011 14:23:24 +0100 Subject: New module 'wctomb'. * lib/stdlib.in.h (wctomb): New declaration. * lib/wctomb.c: New file. * lib/wctomb-impl.h: New file. * m4/wctomb.m4: New file. * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_WCTOMB, REPLACE_WCTOMB. * modules/stdlib (Makefile.am): Substitute GNULIB_WCTOMB, REPLACE_WCTOMB. * modules/wctomb: New file. * tests/test-stdlib-c++.cc: Test signature of wctomb. * doc/posix-functions/wctomb.texi: Mention the new module. * modules/wctob (Depends-on): Add wctomb. --- modules/wctob | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/wctob') diff --git a/modules/wctob b/modules/wctob index 500ce6cdf7..eba2ebf293 100644 --- a/modules/wctob +++ b/modules/wctob @@ -9,6 +9,7 @@ m4/codeset.m4 Depends-on: wchar +wctomb configure.ac: gl_FUNC_WCTOB -- cgit v1.2.1