X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FErrCode.c;h=daa09ccf43079d91db217efc2be21e1a8e30209a;hp=d8b6906bfeec6ae00d129f75859f69065b4b8f09;hb=26f7a8bb19c6cb198c213757a97b6ac79e40db4b;hpb=a7226c68948cc0819518e0733a731d76e4a0e6a5 diff --git a/sources/ErrCode.c b/sources/ErrCode.c index d8b6906..daa09cc 100644 --- a/sources/ErrCode.c +++ b/sources/ErrCode.c @@ -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 /* C standard library */ #include /* unix standard library */ #include /* standard I/O library */ -#include /* string functions */ -#include /* system limits values */ +#include /* C strings library */ +#include /* system limits constants, types and functions */ /* Help printing routine */ void usage(void);