Un po' di materiale su {{{splice}}} e inizio della ripulitura degli
[gapil.git] / sources / getparam.c
index 6410bb572e60fc27e63c9ff52b2a82b36f7fa2cd..521b0df5dc2c35ebeaebc37695b918d8c04dcd65 100644 (file)
@@ -26,8 +26,6 @@
  *
  * Usage: getparam -h give all info's
  *
- * $Id: getparam.c,v 1.3 2003/05/02 09:55:14 piccardi Exp $
- *
  ****************************************************************/
 /* 
  * Include needed headers
 #include <errno.h>       /* error definitions and routines */ 
 #include <stdlib.h>      /* C standard library */
 #include <unistd.h>      /* unix standard library */
-#include <string.h>      /* string functions */
+#include <string.h>      /* C strings library */
 #include <limits.h>
-#include <stdio.h>
-
+#include <stdio.h>      /* standard I/O library */
+#include <time.h>        /* date and time constants, types and functions */
 
-#include <time.h>        /* for CLK_TCK e CLOCKS_PER_SEC */
 
 /* Table of constants for sysconf() */
 char *sc_names[]={"_SC_ARG_MAX",