X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echo_second.c;fp=sources%2FTCP_echo_second.c;h=b9d932a02647b1fb0433d3ec72ea8423557a3808;hp=5f0a92e0564d53201cdff8686c19623cd431334d;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hpb=39c051cd723e36a31bd8989c01970cf712f0d2dd diff --git a/sources/TCP_echo_second.c b/sources/TCP_echo_second.c index 5f0a92e..b9d932a 100644 --- a/sources/TCP_echo_second.c +++ b/sources/TCP_echo_second.c @@ -27,19 +27,17 @@ * * Usage: echo -h give all info's * - * $Id$ - * ****************************************************************/ /* * Include needed headers */ -#include /* predefined types */ -#include /* include unix standard library */ +#include /* primitive system data types */ +#include /* unix standard library */ #include /* IP addresses conversion utiliites */ -#include /* socket library */ -#include /* include standard I/O library */ -#include /* include error codes */ -#include /* include erroro strings definitions */ +#include /* socket constants, types and functions */ +#include /* standard I/O library */ +#include /* error definitions and routines */ +#include /* C strings library */ #define MAXLINE 256 void usage(void);