1
0
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:
Markus Sattler
2015-04-03 13:41:29 +02:00
parent 156696a15e
commit 0efbe3a0c8
4 changed files with 455 additions and 268 deletions

View File

@ -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);