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