Help for this page

Select Code to Download


  1. or download this
    #define XSRETURN(off)                                   \
        STMT_START {                                        \
    ...
            PL_stack_sp = PL_stack_base + ax + (tmpXSoff - 1);      \
            return;                                         \
        } STMT_END
    
  2. or download this
    void foo() {
       ...
       mXPUSHs(sv);
    }
    
  3. or download this
    SV* foo() {
       ...
       return sv;
    }