X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=fprintf.c;h=405957e8b388bd7a5fcea194a209ed956a6685e8;hb=5e0c5bc840f7c64e93c7860cf89a058718dfeedc;hp=47b19c7124019bbae80bd40614ac109da52864ee;hpb=5f83300ce6a5da27e68085bddce47b736cfdea79;p=compress.git diff --git a/fprintf.c b/fprintf.c index 47b19c7..405957e 100644 --- a/fprintf.c +++ b/fprintf.c @@ -26,7 +26,7 @@ inline unsigned int nextpow10 (unsigned int x) { /* simple fprintf function */ -size_t _fprintf (FILE *fid, const char *fmt, ...) +size_t myfprintf (FILE *fid, const char *fmt, ...) { char buffer[1024 + 1] = { 0 }; char *str = buffer;