]> pd.if.org Git - pdclib/blobdiff - functions/stdio/putchar.c
Whitespace cleanups.
[pdclib] / functions / stdio / putchar.c
index 7ef20147bf1701563794d3077a71f4d695cfbd88..15bf29998f469a5462b45725d2e79a1966cd39a2 100644 (file)
@@ -1,7 +1,3 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
 /* putchar( int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -20,11 +16,12 @@ int putchar( int c )
 #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;
 }