mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-01 04:41:58 +03:00
32 lines
351 B
Plaintext
32 lines
351 B
Plaintext
Description:
|
|
mbsnrtowcs() function: convert string to wide string.
|
|
|
|
Files:
|
|
lib/mbsnrtowcs.c
|
|
lib/mbsrtowcs-state.c
|
|
m4/mbsnrtowcs.m4
|
|
m4/mbstate_t.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
wchar
|
|
mbrtowc
|
|
minmax
|
|
strnlen1
|
|
|
|
configure.ac:
|
|
gl_FUNC_MBSNRTOWCS
|
|
gl_WCHAR_MODULE_INDICATOR([mbsnrtowcs])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|