Skip to main content

esp_vfs_read

Function esp_vfs_read 

Source
pub unsafe extern "C" fn esp_vfs_read(
    r: *mut _reent,
    fd: c_int,
    dst: *mut c_void,
    size: usize,
) -> isize