Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / sources / ErrCode.c
index d8b6906bfeec6ae00d129f75859f69065b4b8f09..daa09ccf43079d91db217efc2be21e1a8e30209a 100644 (file)
@@ -26,8 +26,6 @@
  *
  * Usage: errcode -h give all info's
  *
- * $Id: ErrCode.c,v 1.8 2003/07/27 14:28:19 piccardi Exp $ 
- *
  ****************************************************************/
 /* 
  * Include needed headers
@@ -36,8 +34,8 @@
 #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 <limits.h>      /* system limits values */
+#include <string.h>      /* C strings library */
+#include <limits.h>      /* system limits constants, types and functions */
 
 /* Help printing routine */
 void usage(void);