VMS Help TCPIP Services, Programming Interfaces, Sockets API, write() *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Writes bytes from a buffer to a file or socket. The $QIO equivalent is the IO$_WRITEVBLK function. Format #include <unixio.h> int write ( int d, void *buffer, int nbytes );
Additional Information (explode) :
|