X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FFortuneParse.c;h=b6a4531d76e6c03a0e4d968b122feba514e248b1;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hp=c81c7e828a2e192f4a9fe12efb3db0076e784f3f;hpb=72b2686a82a62331891ca894a6c3b476365363fc;p=gapil.git diff --git a/sources/FortuneParse.c b/sources/FortuneParse.c index c81c7e8..b6a4531 100644 --- a/sources/FortuneParse.c +++ b/sources/FortuneParse.c @@ -28,20 +28,18 @@ * Read n fortunes from fortune file file, and put it into the * string array fortune * - * $Id: FortuneParse.c,v 1.3 2003/01/12 16:10:07 piccardi Exp $ - * ****************************************************************/ /* * Include needed headers */ #include /* predefined types */ -#include /* */ -#include /* include unix standard library */ -#include /* include standard I/O library */ -#include /* standard library */ -#include /* ANSI C standard string */ -#include /* error definitions */ -#include /* */ +#include /* file characteristics constants and functions */ +#include /* unix standard library */ +#include /* standard I/O library */ +#include /* C standard library */ +#include /* C strings library */ +#include /* error definitions and routines */ +#include /* file control functions */ #include "macros.h"