Function esp_idf_sys::esp_newlib_init
source ยท pub unsafe extern "C" fn esp_newlib_init()
Expand description
Function which sets up newlib in ROM for use with ESP-IDF
Includes defining the syscall table, setting up any common locks, etc.
Called from the startup code, not intended to be called from application code.