]> pd.if.org Git - pdclib/blobdiff - functions/stdio/feof.c
Whitespace cleanups.
[pdclib] / functions / stdio / feof.c
index 784ea4ed517e3a4dd3458de89f79ff7c56b16e72..a57071f9f949c53d2155f9de4fc55888d4c9f4f1 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* feof( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -18,7 +16,8 @@ int feof( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {