mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
35 lines
404 B
Plaintext
35 lines
404 B
Plaintext
Description:
|
|
mbsrtowcs() function: convert string to wide string.
|
|
|
|
Files:
|
|
lib/mbsrtowcs.c
|
|
lib/mbsrtowcs-state.c
|
|
m4/mbsrtowcs.m4
|
|
m4/mbstate_t.m4
|
|
m4/locale-fr.m4
|
|
m4/locale-ja.m4
|
|
m4/locale-zh.m4
|
|
m4/codeset.m4
|
|
|
|
Depends-on:
|
|
wchar
|
|
mbrtowc
|
|
strnlen1
|
|
extensions
|
|
|
|
configure.ac:
|
|
gl_FUNC_MBSRTOWCS
|
|
gl_WCHAR_MODULE_INDICATOR([mbsrtowcs])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|