X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FFortuneParse.c;fp=sources%2FFortuneParse.c;h=b6a4531d76e6c03a0e4d968b122feba514e248b1;hp=da1f68d61346d0ffa3f368d2e91bbce0c34ec44f;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hpb=39c051cd723e36a31bd8989c01970cf712f0d2dd diff --git a/sources/FortuneParse.c b/sources/FortuneParse.c index da1f68d..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.5 2003/05/02 09:55:13 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"