mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
* modules/wchar-h: Renamed from modules/wchar. * modules/wchar-h-tests: Renamed from modules/wchar-tests. * modules/wchar-h-c++-tests: Renamed from modules/wchar-c++-tests. * tests/test-wchar-h.c: Renamed from tests/test-wchar.c. * tests/test-wchar-h-c++.cc: Renamed from tests/test-wchar-c++.cc. * tests/test-wchar-h-c++2.cc: Renamed from tests/test-wchar-c++2.cc. * tests/test-wchar-h-c++3.cc: Renamed from tests/test-wchar-c++3.cc. * doc/posix-headers/wchar.texi: Update. * modules/* (Depends-on): Update. * modules/wchar: New file.
39 lines
626 B
Plaintext
39 lines
626 B
Plaintext
Description:
|
|
mbsnrtoc32s() function: convert string to 32-bit wide string.
|
|
|
|
Files:
|
|
lib/mbsnrtoc32s.c
|
|
lib/mbsnrtowcs-impl.h
|
|
lib/mbsrtoc32s-state.c
|
|
|
|
Depends-on:
|
|
uchar-h
|
|
wchar-h
|
|
assert-h
|
|
mbrtoc32
|
|
minmax
|
|
strnlen1
|
|
mbsnrtowcs [test $SMALL_WCHAR_T = 0]
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_UCHAR_H])
|
|
AC_LIBOBJ([mbsrtoc32s-state])
|
|
gl_UCHAR_MODULE_INDICATOR([mbsnrtoc32s])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbsnrtoc32s.c
|
|
|
|
Include:
|
|
<uchar.h>
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
$(MBRTOWC_LIB)
|
|
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|