1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00
Files
gnulib/modules/c32stombs
T
Bruno Haible e568a5a3ba c32stombs: Optimize clearing an mbstate_t.
* lib/c32stombs.c (c32stombs): Use mbszero.
* lib/uchar.in.h (c32stombs): Likewise.
* modules/c32stombs (Depends-on): Add mbszero.
2023-07-16 10:29:19 +02:00

31 lines
442 B
Plaintext

Description:
c32stombs() function: convert 32-bit wide string to string.
Files:
lib/c32stombs.c
Depends-on:
uchar
wchar
mbszero
c32srtombs
configure.ac:
gl_UCHAR_MODULE_INDICATOR([c32stombs])
Makefile.am:
lib_SOURCES += c32stombs.c
Include:
<uchar.h>
Link:
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
License:
LGPL
Maintainer:
Bruno Haible