]> pd.if.org Git - pdclib/blobdiff - functions/stdio/getchar.c
Comment cleanups.
[pdclib] / functions / stdio / getchar.c
index bce6855ef8ff0d5a601f7b7da772ecb70cb64f5c..db1bd3c05f9ac4cdc3a0e2ff992795efca854e50 100644 (file)
@@ -1,7 +1,3 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
 /* getchar( void )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -24,7 +20,7 @@ int getchar( void )
 
 int main( void )
 {
-    TESTCASE( NO_TESTDRIVER );
+    /* Testing covered by ftell.c */
     return TEST_RESULTS;
 }