mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-04 02:42:02 +03:00
* lib/stdlib.in.h (mbtowc): New declaration. * lib/mbtowc.c: New file. * lib/mbtowc-impl.h: New file, from libutf8 with modifications * m4/mbtowc.m4: New file. * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MBTOWC, REPLACE_MBTOWC. * modules/stdlib (Makefile.am): Substitute GNULIB_MBTOWC, REPLACE_MBTOWC. * modules/mbtowc: New file. * tests/test-stdlib-c++.cc: Test signature of mbtowc. * doc/posix-functions/mbtowc.texi: Mention the new module. * modules/btowc (Depends-on): Add mbtowc.
28 lines
293 B
Plaintext
28 lines
293 B
Plaintext
Description:
|
|
btowc() function: convert unibyte character to wide character.
|
|
|
|
Files:
|
|
lib/btowc.c
|
|
m4/btowc.m4
|
|
m4/locale-fr.m4
|
|
|
|
Depends-on:
|
|
wchar
|
|
mbtowc
|
|
|
|
configure.ac:
|
|
gl_FUNC_BTOWC
|
|
gl_WCHAR_MODULE_INDICATOR([btowc])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|