Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / sources / FortuneServer.c
index 8ba3a2fc65b158cd48a58d3130e37b9086cb7f02..4cb65cac20e3fea98cff688b0b0e5e9ab0f3ce86 100644 (file)
  *
  * Usage: fortuned -h give all info
  *
- * $Id: FortuneServer.c,v 1.6 2003/01/12 00:24:28 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"