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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user