X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echod_fifth.c;h=0f550725ce8824c39d3f23d993a7365fb1c08e6b;hp=ff866efa581860497f57a32a194c5eea5798a11c;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hpb=39c051cd723e36a31bd8989c01970cf712f0d2dd diff --git a/sources/TCP_echod_fifth.c b/sources/TCP_echod_fifth.c index ff866ef..0f55072 100644 --- a/sources/TCP_echod_fifth.c +++ b/sources/TCP_echod_fifth.c @@ -1,4 +1,4 @@ -/* TCP_echod.c +/* TCP_echod_fifth.c * * Copyright (C) 2001-2004 Simone Piccardi * @@ -20,29 +20,28 @@ * * Program echod * Elementary TCP server for echo service (port 7) + * Fifth 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 /* primitive system data types */ +#include /* unix standard library */ #include /* IP addresses conversion utiliites */ -#include /* socket library */ -#include /* include standard I/O library */ -#include +#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"