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