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/btoc32
T
Bruno Haible 9ca0b47c2a btoc32: Optimize clearing an mbstate_t.
* lib/btoc32.c: Include <wchar.h>.
(btoc32): Use mbszero.
* modules/btoc32 (Depends-on): Add mbszero.
2023-07-16 10:29:19 +02:00

31 lines
445 B
Plaintext

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