dr_write_file

Function dr_write_file 

Source
pub unsafe extern "C" fn dr_write_file(
    f: file_t,
    buf: *const c_void,
    count: usize,
) -> isize
Expand description

Writes \p count bytes from \p buf to file \p f. Returns the actual number written.