Un po' di materiale su {{{splice}}} e inizio della ripulitura degli
[gapil.git] / sources / TCP_echo_second.c
index 5f0a92e0564d53201cdff8686c19623cd431334d..b9d932a02647b1fb0433d3ec72ea8423557a3808 100644 (file)
  *
  * Usage: echo -h give all info's
  *
  *
  * Usage: echo -h give all info's
  *
- * $Id$
- *
  ****************************************************************/
 /* 
  * Include needed headers
  */
  ****************************************************************/
 /* 
  * Include needed headers
  */
-#include <sys/types.h>   /* predefined types */
-#include <unistd.h>      /* include unix standard library */
+#include <sys/types.h>   /* primitive system data types */
+#include <unistd.h>      /* unix standard library */
 #include <arpa/inet.h>   /* IP addresses conversion utiliites */
 #include <arpa/inet.h>   /* IP addresses conversion utiliites */
-#include <sys/socket.h>  /* socket library */
-#include <stdio.h>      /* include standard I/O library */
-#include <errno.h>      /* include error codes */
-#include <string.h>     /* include erroro strings definitions */
+#include <sys/socket.h>  /* socket constants, types and functions */
+#include <stdio.h>      /* standard I/O library */
+#include <errno.h>      /* error definitions and routines */
+#include <string.h>     /* C strings library */
 
 #define MAXLINE 256
 void usage(void);
 
 #define MAXLINE 256
 void usage(void);