/sys$common/syshlp/helplib.hlb CC, Socket Routines, connect *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Initiates a connection on a socket. Syntax: #include <types.h> #include <socket.h> _DECC_V4_SOURCE defined: int connect(int s, struct sockaddr *name, int namelen); _DECC_V4_SOURCE not defined: int connect(int s, const struct sockaddr *name, size_t namelen);
|