X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffprintf.c;h=8378a955f42f392928e4e2f00eb72cceb8425f03;hb=d2ce07b92a8796c7e351c0a21020ff927d9e7eb9;hp=45369c6ac256d7a90551ca09ac87fb7df72f2655;hpb=b2b8fcb2172595b6853f83137e425fa3b5c26d79;p=pdclib.old diff --git a/functions/stdio/fprintf.c b/functions/stdio/fprintf.c index 45369c6..8378a95 100644 --- a/functions/stdio/fprintf.c +++ b/functions/stdio/fprintf.c @@ -11,7 +11,7 @@ #ifndef REGTEST -int fprintf( FILE * _PDCLIB_restrict stream, const char * _PDCLIB_restrict format, ... ) +int fprintf( struct _PDCLIB_file_t * _PDCLIB_restrict stream, const char * _PDCLIB_restrict format, ... ) { int rc; va_list ap;