28 #include <arpa/inet.h>
36 struct sockaddr_in addr;
40 void socketConnect(Sock
this,
const char * addr,
char (*)[16]);
45 #endif // __SOCKET_H__
void socketListen(Sock this, int backlog)
Sock socketAccept(Sock this, char(*remoteAddr)[16])
void socketNonblock(Sock this)
void socketConnect(Sock this, const char *addr, char(*)[16])