X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echo_third.c;fp=sources%2FTCP_echo_third.c;h=952344f2bd2b6c9fa78cea7d2080c7710e29f3d3;hp=ee2fa94708b63fce9f8d96274bef76178e008f8b;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hpb=39c051cd723e36a31bd8989c01970cf712f0d2dd diff --git a/sources/TCP_echo_third.c b/sources/TCP_echo_third.c index ee2fa94..952344f 100644 --- a/sources/TCP_echo_third.c +++ b/sources/TCP_echo_third.c @@ -27,19 +27,17 @@ * * 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 /* include error codes */ -#include /* include erroro strings definitions */ +#include /* socket constants, types and functions */ +#include /* standard I/O library */ +#include /* error definitions and routines */ +#include /* C strings library */ #include "macros.h"