VMS Help CC, Socket Routines, recv *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Receives bytes from a connected socket and places them into a buffer. Syntax: #include <types.h> #include <socket.h> _DECC_V4_SOURCE defined: int recv(int s, char *buf, int len, int flags); _DECC_V4_SOURCE not defined: ssize_t recv(int s, void *buf, size_t len, int flags);
|