Function esp_idf_sys::esp_vfs_write
source ยท pub unsafe extern "C" fn esp_vfs_write(
r: *mut _reent,
fd: c_int,
data: *const c_void,
size: usize,
) -> isize
Expand description
These functions are to be used in newlib syscall table. They will be called by newlib when it needs to use any of the syscalls. / /**@{