mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-31 22:22:34 +03:00
Implement atoi, ltoa, dtostrf
This commit is contained in:
@@ -37,8 +37,6 @@ char* ltoa (long val, char *s, int radix);
|
||||
char* utoa (unsigned int val, char *s, int radix);
|
||||
|
||||
char* ultoa (unsigned long val, char *s, int radix);
|
||||
|
||||
char* dtostre (double val, char *s, unsigned char prec, unsigned char flags);
|
||||
|
||||
char* dtostrf (double val, signed char width, unsigned char prec, char *s);
|
||||
|
||||
|
Reference in New Issue
Block a user