mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
9ca0b47c2a
* lib/btoc32.c: Include <wchar.h>. (btoc32): Use mbszero. * modules/btoc32 (Depends-on): Add mbszero.
31 lines
445 B
Plaintext
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
|