]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/putchar.c
PDCLIB-13: fwrite did not reset it's offset after doing a buffer flush.
[pdclib.old] / functions / stdio / putchar.c
index 7ef20147bf1701563794d3077a71f4d695cfbd88..4e2d6ae7c0717b34ab5a301cb7c8e40a8c288977 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* putchar( int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -24,7 +22,7 @@ int putchar( int c )
 
 int main( void )
 {
-    TESTCASE( NO_TESTDRIVER );
+    /* Testing covered by ftell.c */
     return TEST_RESULTS;
 }