X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echo_first.c;fp=sources%2FTCP_echo_first.c;h=ce085ea45d632f762dad06101e457039fc091222;hp=089bd67c7ebb0839a08da77c127b37bb67921034;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hpb=39c051cd723e36a31bd8989c01970cf712f0d2dd diff --git a/sources/TCP_echo_first.c b/sources/TCP_echo_first.c index 089bd67..ce085ea 100644 --- a/sources/TCP_echo_first.c +++ b/sources/TCP_echo_first.c @@ -27,17 +27,15 @@ * * 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 /* socket constants, types and functions */ +#include /* standard I/O library */ #define MAXLINE 256 void usage(void);