X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlapi.pod;h=e0ae4cfb5814695fd43b66afc2a77fbb1845c779;hb=6175e92675be1342fe51e34be66eb32d50cd8c0b;hp=c13dcde6ff7b32e557cb8c16fecfeca558bed3e5;hpb=386d01d60781c452398a2c213e241a4169059c2c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlapi.pod b/pod/perlapi.pod index c13dcde..e0ae4cf 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -897,6 +897,13 @@ Creates a new SV which is an exact duplicate of the original SV. SV* newSVsv(SV* old) +=item newSVuv + +Creates a new SV and copies an unsigned integer into it. +The reference count for the SV is set to 1. + + SV* newSVuv(UV u) + =item newXS Used by C to hook up XSUBs as Perl subs.