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

Stefan Heinzmann stefan_heinzmann@gmx.de
Mon Dec 15 14:06:00 GMT 2014


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.

Cheers
Stefan



More information about the Newlib mailing list