mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
remove completed libc
This commit is contained in:
@ -26,9 +26,11 @@
|
||||
extern "C"{
|
||||
#endif
|
||||
|
||||
long atol_internal(const char*);
|
||||
int atoi(const char *s);
|
||||
|
||||
float atof_internal(const char*);
|
||||
long atol(const char* s);
|
||||
|
||||
double atof(const char* s);
|
||||
|
||||
char* itoa (int val, char *s, int radix);
|
||||
|
||||
|
Reference in New Issue
Block a user