Syntax | #include <sys/uio.h> ssize_t writev(int fildes, const struct iovec *iov, size_t nbyte); | |
Description |
For
Each If fildes identifies a regular file and all elements of the iov field have the value 0, If the sum of the For more details, see | |
Return val. | Number of bytes actually written | |
if successful. | ||
-1 | otherwise. In this case the file pointer is not changed. | |
Errors | see | |
| iovcnt was less than or equal to 0 or greater than or equal to 16, or one of the | |
| fildes is assigned to a BS2000 file. | |
| ||
See also |
|