This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RE: itoa and C++11 std::string


On Dec 15 15:06, Stefan Heinzmann wrote:
> Hi Jon,
> 
> >> -- Use the largest available integer type
> >
> > Using long long isn't very good in terms of code size for 16-bit targets.
> 
> True.
> 
> > I'd suggest implementing lltoa/ulltoa, as found on other targets, and leaving itoa for int.
> 
> That would be ok with me.

Agreed, but underscored, __lltoa/__ulltoa.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: pgpMs1jbvq1R4.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]