Un po' di materiale su {{{splice}}} e inizio della ripulitura degli
[gapil.git] / sources / TCP_cunc_daytimed.c
index 9c332039a6eb7e965a61d9620a706090379d9d9a..5da2288d388be8928f8654f580c53f900c2c5949 100644 (file)
  *
  * Usage: daytimed -h give all info
  *
- * $Id: TCP_cunc_daytimed.c,v 1.4 2003/12/25 17:31:09 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 <time.h>
+#include <sys/socket.h>  /* socket constants, types and functions */
+#include <stdio.h>      /* standard I/O library */
+#include <time.h>        /* date and time constants, types and functions */
 
 #define MAXLINE 80
 #define BACKLOG 10