view modules/wctomb @ 39946:d7d58557ca8b

Mention changed minimum requirements for Automake and Autoconf. * NEWS: Mention the new minimum requirements.
author Bruno Haible <bruno@clisp.org>
date Tue, 23 Oct 2018 01:08:10 +0200
parents 1f14c6dd175d
children
line wrap: on
line source

Description:
wctomb() function: convert wide character to multibyte character.

Files:
lib/wctomb.c
lib/wctomb-impl.h
m4/wctomb.m4

Depends-on:
stdlib
wcrtomb         [test $REPLACE_WCTOMB = 1]
wchar           [test $REPLACE_WCTOMB = 1]

configure.ac:
gl_FUNC_WCTOMB
if test $REPLACE_WCTOMB = 1; then
  AC_LIBOBJ([wctomb])
  gl_PREREQ_WCTOMB
fi
gl_STDLIB_MODULE_INDICATOR([wctomb])

Makefile.am:

Include:
<stdlib.h>

License:
LGPLv2+

Maintainer:
all