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