Sockets: Difference between revisions

→‎{{header|C}}: Need to include <unistd.h> for this to compile.
(→‎{{header|Wren}}: Added note that, like several other entries, this no longer works and added code to show the error message.)
(→‎{{header|C}}: Need to include <unistd.h> for this to compile.)
Line 218:
#include <sys/socket.h>
#include <netdb.h>
#include <unistd.h>
 
const char *msg = "hello socket world";
9,485

edits