itoa and C++11 std::string

Jon Beniston jon@beniston.com
Mon Dec 15 13:32:00 GMT 2014


Hi Stefan,

> -- Use the largest available integer type

Using long long isn't very good in terms of code size for 16-bit targets.

I'd suggest implementing lltoa/ulltoa, as found on other targets, and leaving itoa for int.

Cheers,
Jon




More information about the Newlib mailing list