VMS Help CC, Socket Routines, send *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Sends bytes through a socket to its connected peer. Syntax: #include <types.h> #include <socket.h> _DECC_V4_SOURCE defined: int send(int s, char *msg, int len, int flags); _DECC_V4_SOURCE not defined: ssize_t send(int s, const void *msg, size_t len, int flags);
|