X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echod_third.c;h=a0ed4f9d9b5e0bedb508b881d397cbc2a154019b;hp=689049265861498279830c4fe0626f8ff22ac9c8;hb=04c68576a3be5ccfda8faf2030d4cbc2997c29fa;hpb=b51bcef6bcf8c8622107b8ab8a22626dbdf6ba96 diff --git a/sources/TCP_echod_third.c b/sources/TCP_echod_third.c index 6890492..a0ed4f9 100644 --- a/sources/TCP_echod_third.c +++ b/sources/TCP_echod_third.c @@ -1,4 +1,4 @@ -/* TCP_echod.c +/* TCP_echod_third.c * * Copyright (C) 2001-2004 Simone Piccardi * @@ -20,29 +20,28 @@ * * Program echod * Elementary TCP server for echo service (port 7) + * Third version * * Author: Simone Piccardi * Jun. 2001 * * Usage: echod -h give all info * - * $Id$ - * ****************************************************************/ /* * 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 /* 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 /* date and time constants, types and functions */ #include /* syslog system functions */ -#include /* signal functions */ -#include /* error code */ -#include /* error strings */ -#include +#include /* signal constants, types and functions */ +#include /* error definitions and routines */ +#include /* C strings library */ +#include /* C standard library */ #include "Gapil.h"