X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=listati%2FTCP_echo_fifth.c;h=021b2638be21b2951ec71c1c15460bdbc85c9061;hp=2f219027ec5cf9871cd02c2a95e3d6906d3a837c;hb=0dbba49e4c91e077cef2599a2cc735950b61e437;hpb=8654ce33b450ae7bb34c3907835000a0760c2931 diff --git a/listati/TCP_echo_fifth.c b/listati/TCP_echo_fifth.c index 2f21902..021b263 100644 --- a/listati/TCP_echo_fifth.c +++ b/listati/TCP_echo_fifth.c @@ -11,6 +11,7 @@ int main(int argc, char *argv[]) if (errno) perror("Socket creation error"); return 1; } + ... /* do read/write operations */ ClientEcho(stdin, sock); /* normal exit */