Function esp_idf_hal::sys::ip4addr_ntoa
source ยท pub unsafe extern "C" fn ip4addr_ntoa(
addr: *const ip4_addr,
) -> *mut i8
Expand description
returns ptr to static buffer; not reentrant!
pub unsafe extern "C" fn ip4addr_ntoa(
addr: *const ip4_addr,
) -> *mut i8
returns ptr to static buffer; not reentrant!