Help for this page

Select Code to Download


  1. or download this
    SV* test( SV *a, SV *b ) {
        SV * c;
    ...
        c = newSVsv(a);
        return c;
    }
    
  2. or download this
    SV * test4(SV * a, SV * b){return newSVuv(42);}
    SV * test5(char * a, char * b){return newSVuv(42);}