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