X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echo_third.c;h=73aeb462ae4f6a717af1f009d341e230616ae81c;hp=ee2fa94708b63fce9f8d96274bef76178e008f8b;hb=7208522fd60468969d96dba5d8dd2cbd24b75b89;hpb=eefeeaee57a56cfe1ff8c02a26c44d6f87f1368c diff --git a/sources/TCP_echo_third.c b/sources/TCP_echo_third.c index ee2fa94..73aeb46 100644 --- a/sources/TCP_echo_third.c +++ b/sources/TCP_echo_third.c @@ -27,22 +27,23 @@ * * Usage: echo -h give all info's * - * $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 error codes */ -#include /* include erroro strings definitions */ +#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 "Gapil.h" #include "macros.h" + #define MAXLINE 256 void usage(void); void ClientEcho(FILE * filein, int socket);