3 lines
83 B
Text
3 lines
83 B
Text
file i, o;
|
|
tcpip_connect(i, o, "127.0.0.1", 256, 0);
|
|
i.text("hello socket world");
|