[PATCH] mbsnrtowcs/wcsnrtombs

Howland Craig D (Craig) howland@LGSInnovations.com
Sat Feb 14 09:21:00 GMT 2009


     What about documentation?  (i.e. I did not see any man page
material
for the 2 new functions.)
				Craig

-----Original Message-----
From: newlib-owner@sourceware.org [mailto:newlib-owner@sourceware.org]
On Behalf Of Corinna Vinschen
Sent: Friday, February 13, 2009 1:35 PM
To: newlib@sourceware.org
Subject: [PATCH] mbsnrtowcs/wcsnrtombs

Hi,

the below patch adds the two functions mbsnrtowcs and wcsnrtombs, as
defined in BSD and POSIX.1-2008, as well as their reentrant siblings.
Actually, the functions are just copies of the functions mbsrtowcs and
wcsrtombs, just with the additional parameter.  The extra handling for
the new parameter is really a minor change.  The old 'r' functions are
now simply implemented by calling the new 'nr' functions.


Corinna

...



More information about the Newlib mailing list