1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-12-07 17:42:43 +03:00
Files
esp8266/tests/host/common/noniso.c
Earle F. Philhower, III 6883beedec Remove broken ltoa/ultoa, call itoa/utoa (#5625)
* Remove broken ltoa/ultoa, call itoa/utoa

Use the newlib integer-to-ASCII non-POSIX calls instead of rolling
our own.  Should be safe as sizeof(long) == sizeof(int).
The custom functions behaved differently from itoa when passed in
negative values in non-base-10.

Add host tests for negative non-base-10 int/longs
2019-01-17 02:08:19 +00:00

2.2 KiB