Un po' di materiale su {{{splice}}} e inizio della ripulitura degli
[gapil.git] / sources / UDP_daytime.c
index 97b7f6ce561633291eb376e2d8e8c8eef5da30d6..f99ff64e58720dbdc68a170a68f56eb571c214e8 100644 (file)
  *
  * Usage: daytime -h give all info's
  *
- * $Id: UDP_daytime.c,v 1.1 2004/03/20 22:42:07 piccardi Exp $
- *
  ****************************************************************/
 /* 
  * 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 <sys/socket.h>  /* socket library */
-#include <stdio.h>      /* include standard I/O library */
+#include <sys/socket.h>  /* socket constants, types and functions */
+#include <stdio.h>      /* standard I/O library */
 
 #define MAXLINE 80
 /* Program begin */