]> pd.if.org Git - pdclib/blobdiff - functions/stdio/feof.c
Comment cleanups.
[pdclib] / functions / stdio / feof.c
index 13c4b64b7e47fd54d84f4b220dee7be76e2db702..95798ff32a7149880999640e708d0b74d0cdf3a6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* feof( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -22,8 +20,9 @@ int feof( struct _PDCLIB_file_t * stream )
 
 int main( void )
 {
-    TESTCASE( NO_TESTDRIVER );
+    /* Testing covered by clearerr(). */
     return TEST_RESULTS;
 }
 
 #endif
+