5.7. Scatter-Gather I/O: readv() and writev()
The readv() and writev() system calls perform scatter-gather I/O.
#include <sys/uio.h>
ssize_t readv(int fd, const struct iovec *iov, int iovcnt);
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.
Start a Free Trial