Aggiornamento note copyright
[gapil.git] / sources / test_fopen.c
index a98bd1ee2400bacf99d0e7371e9027ff1ef22864..9247fa16ac684a89ec7d5a65aaba38fca66b9434 100644 (file)
@@ -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 <stdlib.h>      /* C standard library */
 #include <unistd.h>      /* unix standard library */
 #include <stdio.h>      /* standard I/O library */
-#include <string.h>      /* string functions */
+#include <string.h>      /* C strings library */
 
 /* Help printing routine */
 void usage(void);