X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Ftest_fopen.c;h=9247fa16ac684a89ec7d5a65aaba38fca66b9434;hp=a98bd1ee2400bacf99d0e7371e9027ff1ef22864;hb=HEAD;hpb=b1ead1b930038e4f7cd6ee7f737d7ee4699a068c diff --git a/sources/test_fopen.c b/sources/test_fopen.c index a98bd1e..9247fa1 100644 --- a/sources/test_fopen.c +++ b/sources/test_fopen.c @@ -26,8 +26,6 @@ * * Usage: testfopen -h give all info's * - * $Id: test_fopen.c,v 1.3 2003/05/02 09:55:14 piccardi Exp $ - * ****************************************************************/ /* * Include needed headers @@ -37,7 +35,7 @@ #include /* C standard library */ #include /* unix standard library */ #include /* standard I/O library */ -#include /* string functions */ +#include /* C strings library */ /* Help printing routine */ void usage(void);