Un po' di materiale su {{{splice}}} e inizio della ripulitura degli
[gapil.git] / sources / ProcInfo.c
index d2dfbe1c715abd116da5a7dc489be353e15c169c..d4c012f1eee828497b42b4161f312ebb893dcf26 100644 (file)
@@ -26,8 +26,6 @@
  *
  * Usage: procinfo -h give all info's
  *
- * $Id: ProcInfo.c,v 1.3 2003/05/02 09:55:14 piccardi Exp $
- *
  ****************************************************************/
 /* 
  * Include needed headers
@@ -37,7 +35,7 @@
 #include <stdlib.h>      /* C standard library */
 #include <unistd.h>      /* unix standard library */
 #include <stdio.h>      /* standard I/O library */
-#include <string.h>      /* string functions */
+#include <string.h>      /* C strings library */
 
 /* Help printing routine */
 void usage(void);