X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=fprintf.h;h=1820f1b9ecfc6d291e94c504fe5bc643f3c9cac3;hb=5e0c5bc840f7c64e93c7860cf89a058718dfeedc;hp=053620efa57cb46257cc9942d80907f5f47a818e;hpb=5f83300ce6a5da27e68085bddce47b736cfdea79;p=compress.git diff --git a/fprintf.h b/fprintf.h index 053620e..1820f1b 100644 --- a/fprintf.h +++ b/fprintf.h @@ -4,7 +4,7 @@ #include #include -size_t _fprintf (FILE *fid, const char *fmt, ...); +size_t myfprintf (FILE *fid, const char *fmt, ...); #endif /* __FPRINTF_H__ */