Un po' di materiale su {{{splice}}} e inizio della ripulitura degli
[gapil.git] / sources / FortuneServer.c
index c1c11462e81065e8d6c81fba04aef4ce35641310..4cb65cac20e3fea98cff688b0b0e5e9ab0f3ce86 100644 (file)
  *
  * Usage: fortuned -h give all info
  *
- * $Id: FortuneServer.c,v 1.8 2003/05/02 09:55:13 piccardi Exp $
- *
  ****************************************************************/
 /* 
  * Include needed headers
  */
-#include <sys/types.h>   /* predefined types */
-#include <sys/stat.h>    /*  */
-#include <unistd.h>      /* include unix standard library */
-#include <stdio.h>       /* include standard I/O library */
-#include <stdlib.h>     /* standard library */
-#include <string.h>     /* ANSI C standard string */
-#include <errno.h>      /* errorstring */
-#include <signal.h>     /* signals */
-#include <fcntl.h>      /*  */
+#include <sys/types.h>   /* primitive system data types */
+#include <sys/stat.h>    /* file characteristics constants and functions */
+#include <unistd.h>      /* unix standard library */
+#include <stdio.h>       /* standard I/O library */
+#include <stdlib.h>     /* standard library */
+#include <string.h>     /* C strings library */
+#include <errno.h>      /* error definitions and routines */
+#include <signal.h>     /* signal constants, types and functions */
+#include <fcntl.h>      /* file control functions */
 
 #include "macros.h"
 #include "Gapil.h"