List-MoreUtils-XS

 view release on metacpan or  search on metacpan

XS.xs  view on Meta::CPAN

}
OUTPUT:
    RETVAL

void
pairwise (code, list1, list2)
    SV *code;
    AV *list1;
    AV *list2;
PROTOTYPE: &\@\@
PPCODE:
{
    dMULTICALL;
    dMULTICALLSVCV;
    int i, maxitems;
    AV *rc = newAV();
    sv_2mortal(newRV_noinc((SV*)rc));

    if(!codelike(code))
       croak_xs_usage(cv, "code, list, list");



( run in 1.654 second using v1.01-cache-2.11-cpan-5511b514fd6 )