1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-08 11:22:40 +03:00

Fix malloc/free references

This commit is contained in:
Ivan Grokhotkov
2014-12-01 00:34:28 +03:00
parent 39e087a19e
commit ea599139d5
5 changed files with 35 additions and 10 deletions

@@ -5,6 +5,9 @@
extern "C"{
#endif
long atol_internal(const char*);
float atof_internal(const char*);
char* itoa (int val, char *s, int radix);