X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fputchar.c;h=1d3d432c72393f507135637b9e5a6445980a811b;hb=56bacb39160e13397fde32a36329461f3ae56ec1;hp=7ef20147bf1701563794d3077a71f4d695cfbd88;hpb=d02f38605b53cdff5460cc6b9e1b2a80c3a2ba4c;p=pdclib diff --git a/functions/stdio/putchar.c b/functions/stdio/putchar.c index 7ef2014..1d3d432 100644 --- a/functions/stdio/putchar.c +++ b/functions/stdio/putchar.c @@ -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; }