Help for this page

Select Code to Download


  1. or download this
    /* Your C function declarations */
    int foo(pTHX) { ... }
    ...
    /* In your XS code */
    int foo_result = foo(aTHX);
    int bar_result = bar(aTHX_ 21);