READV(3) Library Functions Manual READV(3)
NAME
readv — vectored
read from file
SYNOPSIS
#include <sys/uio.h> ssize_t readv(int fildes, const struct iovec *iov, int iovcnt);
DESCRIPTION
Refer to read(3) .
February 1997 posix.fail
readv — vectored
read from file
#include <sys/uio.h> ssize_t readv(int fildes, const struct iovec *iov, int iovcnt);
Refer to read(3) .