]> pd.if.org Git - pdclib/blobdiff - functions/stdio/feof.c
Whitespace cleanups.
[pdclib] / functions / stdio / feof.c
index 13c4b64b7e47fd54d84f4b220dee7be76e2db702..a57071f9f949c53d2155f9de4fc55888d4c9f4f1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* feof( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -18,11 +16,12 @@ int feof( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
-    TESTCASE( NO_TESTDRIVER );
+    /* Testing covered by clearerr(). */
     return TEST_RESULTS;
 }