mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
fae9498888
* 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.
36 lines
593 B
Plaintext
36 lines
593 B
Plaintext
Description:
|
|
wctomb() function: convert wide character to multibyte character.
|
|
|
|
Files:
|
|
lib/wctomb.c
|
|
lib/wctomb-impl.h
|
|
m4/wctomb.m4
|
|
|
|
Depends-on:
|
|
stdlib-h
|
|
wchar-h [test $REPLACE_WCTOMB = 1]
|
|
mbszero [test $REPLACE_WCTOMB = 1]
|
|
wcrtomb [test $REPLACE_WCTOMB = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_WCTOMB
|
|
gl_CONDITIONAL([GL_COND_OBJ_WCTOMB], [test $REPLACE_WCTOMB = 1])
|
|
AM_COND_IF([GL_COND_OBJ_WCTOMB], [
|
|
gl_PREREQ_WCTOMB
|
|
])
|
|
gl_STDLIB_MODULE_INDICATOR([wctomb])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_WCTOMB
|
|
lib_SOURCES += wctomb.c
|
|
endif
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|