X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffprintf.c;fp=functions%2Fstdio%2Ffprintf.c;h=8378a955f42f392928e4e2f00eb72cceb8425f03;hb=c7e876027591aa3492eb1a1d9c456f3d7180c85d;hp=45369c6ac256d7a90551ca09ac87fb7df72f2655;hpb=6123ee345e73814bc50cd0e360b175757cfc13ce;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;