view modules/wctomb @ 40211:5f58d2ac35ea

unistr/u8-cmp: Fix undefined behaviour. Reported by Jeffrey Walton <noloader@gmail.com>. * lib/unistr/u8-cmp.c (u8_cmp): Don't invoke memcmp if n is zero.
author Bruno Haible <bruno@clisp.org>
date Fri, 08 Mar 2019 20:38:22 +0100
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