Hash :
b1a67b98
Author :
Date :
2023-07-16T07:30:37
mbstoc32s: Optimize clearing an mbstate_t. * lib/mbstoc32s.c (mbstoc32s): Use mbszero. * lib/uchar.in.h (mbstoc32s): Likewise. * modules/mbstoc32s (Depends-on): Add mbszero.
Description:
mbstoc32s() function: convert string to 32-bit wide string.
Files:
lib/mbstoc32s.c
Depends-on:
uchar
wchar
mbszero
mbsrtoc32s
configure.ac:
gl_UCHAR_MODULE_INDICATOR([mbstoc32s])
Makefile.am:
lib_SOURCES += mbstoc32s.c
Include:
<uchar.h>
Link:
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
$(MBRTOWC_LIB)
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
License:
LGPLv2+
Maintainer:
Bruno Haible