Function pwrite [src]

Prototype

pub extern "c" fn pwrite(fd: fd_t, buf: [*]const u8, nbyte: usize, offset: off_t) isize

Parameters

fd: fd_tbuf: [*]const u8nbyte: usizeoffset: off_t

Source

pub extern "c" fn pwrite(fd: fd_t, buf: [*]const u8, nbyte: usize, offset: off_t) isize