view modules/mbsnrtowcs @ 11219:aaeb2f86d096

Fix *printf behaviour regarding the %ls directive.
author Bruno Haible <bruno@clisp.org>
date Thu, 26 Feb 2009 12:54:20 +0100
parents 4d1763d8867c
children c3c0467423d8
line wrap: on
line source

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