X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fputchar.c;h=15bf29998f469a5462b45725d2e79a1966cd39a2;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=e5a3500fa5c756d12a713f93f18a8cdd0ccb8d1c;hpb=b08f4b52b1cd1f7a9553c0f357a7c90859fa3e73;p=pdclib diff --git a/functions/stdio/putchar.c b/functions/stdio/putchar.c index e5a3500..15bf299 100644 --- a/functions/stdio/putchar.c +++ b/functions/stdio/putchar.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* putchar( int ) This file is part of the Public Domain C Library (PDCLib). @@ -18,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; }