#[no_mangle]
pub unsafe extern "C" fn ax_read(
fd: c_int,
buf: *mut c_void,
count: usize
) -> isize
Available on crate features
alloc
and cbindings
only.Expand description
Read data from the file indicated by fd
.
Return the read size if success.