mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-25 16:27:15 +02:00
IDF release/v4.0 08219f3cf
This commit is contained in:
@ -25,6 +25,11 @@
|
||||
*/
|
||||
void esp_reent_init(struct _reent* r);
|
||||
|
||||
/**
|
||||
* Clean up some of lazily allocated buffers in REENT structures.
|
||||
*/
|
||||
void esp_reent_cleanup();
|
||||
|
||||
/**
|
||||
* Function which sets up syscall table used by newlib functions in ROM.
|
||||
*
|
||||
|
Reference in New Issue
Block a user