This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add my_sprintf, which is usually just a macro for sprintf, for those
authorNicholas Clark <nick@ccl4.org>
Mon, 24 Oct 2005 21:20:21 +0000 (21:20 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 24 Oct 2005 21:20:21 +0000 (21:20 +0000)
commitce582ceece605be1a68752611f28e5b1a8e80455
tree422b44c3eb2a02d29ccc40eed53e892cb22ddc2a
parent78821a22f30aaed98d9c6643adb5ed18f868dbe7
Add my_sprintf, which is usually just a macro for sprintf, for those
places where we want to use the return value of sprintf. This allows
a wrapper to be used for platforms where the C library isn't ANSI-
conformant.

p4raw-id: //depot/perl@25832
config_h.SH
embed.fnc
embed.h
global.sym
makedef.pl
perl.h
proto.h
util.c