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