Help for this page

Select Code to Download


  1. or download this
    static char *
    my_sv_unchop(pTHX_ SV *sv, STRLEN size) {
    ...
        }
        return SvPVX(sv);
    }