X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffprintf.c;h=5ca265568778134e1df8ef8fe90e43ee735be87f;hb=e1c526e9bad3f6e69391e94059096145390508d3;hp=66566a4d5a6fb953e57a3a15df3defacec8b2daa;hpb=202af43c19ec4f5f1d1b2827a7ef0b46abfebed5;p=pdclib diff --git a/functions/stdio/fprintf.c b/functions/stdio/fprintf.c index 66566a4..5ca2655 100644 --- a/functions/stdio/fprintf.c +++ b/functions/stdio/fprintf.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fprintf( FILE *, const char *, ... ) This file is part of the Public Domain C Library (PDCLib). @@ -39,6 +37,8 @@ int fprintf( FILE * _PDCLIB_restrict stream, #endif #ifdef TEST +#include +#include #define _PDCLIB_FILEID "stdio/fprintf.c" #define _PDCLIB_FILEIO