[][src]Function linux::syscall::writev

pub fn writev(fd: c_int, bufs: &[&[d8]]) -> ssize_t

Writes to a file descriptor from multiple buffers.

[argument, fd] The affected file descriptor.

[argument, bufs] The buffers to write.

[return_value] Returns the number of bytes written or an error value.

= See also

  • link:man:writev(2)