X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echod_fourth.c;h=8847afb85309450196514acb4f002b939df98b61;hp=48d564cc7c6e0ad4f57d952b5d036bcb7fb7462a;hb=374461977afeaf3ec285f3d4f0f1d3b47f7e4043;hpb=847a6cd39fe3d885ececc0658dfa5a4862534627 diff --git a/sources/TCP_echod_fourth.c b/sources/TCP_echod_fourth.c index 48d564c..8847afb 100644 --- a/sources/TCP_echod_fourth.c +++ b/sources/TCP_echod_fourth.c @@ -1,4 +1,4 @@ -/* TCP_echod.c +/* TCP_echod_fourth.c * * Copyright (C) 2001-2004 Simone Piccardi * @@ -20,29 +20,28 @@ * * Program echod * Elementary TCP server for echo service (port 7) + * Fourth 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"