Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use Inline C => Config =>
    ...
    
    test($ref);
    
  2. or download this
    #define SvNSIV(sv) ( SvNOK(sv) ? SvNVX(sv) : ( SvSIOK(sv) ? SvIVX(sv) 
    +: sv_2nv(sv) ) )
    ...
        const NV nv1 = SvNSIV(a);