This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 4 May 2000 00:19:14 +0000 (00:19 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 4 May 2000 00:19:14 +0000 (00:19 +0000)
commitb0e47665895517e3979bf2f7daead8451782b8db
tree2633f51efc4f35e7d60c1d580641f8498e734754
parentde35ba6fa6685dd401ba3904290b7c5d67884c23
printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
(spotted by Donald Kinzer <dkinzer@premia.com>)

p4raw-id: //depot/perl@6058
perl.c