X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echo.c;h=2d41e936f247cece2222a1795570be13b1bfd7d3;hp=50f681b6e09aacb0d59acccaf885161294337601;hb=04c68576a3be5ccfda8faf2030d4cbc2997c29fa;hpb=d015e72d818c1632b0171cb6bea8c31018ff433e diff --git a/sources/TCP_echo.c b/sources/TCP_echo.c index 50f681b..2d41e93 100644 --- a/sources/TCP_echo.c +++ b/sources/TCP_echo.c @@ -26,29 +26,25 @@ * * Usage: echo -h give all info's * - * $Id: TCP_echo.c,v 1.11 2003/10/20 22:44:16 piccardi Exp $ - * ****************************************************************/ /* * Include needed headers */ -#include /* predefined types */ -#include /* 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 -#include +#include /* primitive system data types */ +#include /* unix standard library */ +#include /* IP addresses conversion utilities */ +#include /* socket constants, types and functions */ +#include /* standard I/O library */ +#include /* error definitions and routines */ +#include /* C strings library */ +#include /* C standard library */ +#include /* TCP constants and types */ /* still not defined in some include, because too new ... */ #ifndef TCP_CONGESTION #define TCP_CONGESTION 13 #endif - - #include "Gapil.h" #include "macros.h"