Aggiornamento note copyright
[gapil.git] / sources / test_fopen.c
index f783afe1f0b298993a83cfb519179e67d88b16af..9247fa16ac684a89ec7d5a65aaba38fca66b9434 100644 (file)
@@ -26,8 +26,6 @@
  *
  * Usage: testfopen -h give all info's
  *
- * $Id: test_fopen.c,v 1.1 2002/01/03 23:44: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);