AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Syntax:     int socketwritev(int s, struct iovec *iov, int iovcnt);
Header:     Sockets -     socklib.h
     UnixLib -     sys/uio.h

Returns:     amount of data written

This call sends data from a scatter array. The buffer descriptors are the same as those described for Socket_Recvmsg or recvmsg(), and as with Socket_Write and write() the flags are all treated as being zero.

C definition     SWI definition

[sh-index] Back to list of manuals