Help for this page

Select Code to Download


  1. or download this
    XS(XS_REGTEST_rcv_msg)
    {
    ...
        XSRETURN(1);
    }
    
  2. or download this
    void
    GetBorders(handle)
    ...
        else {
            XSRETURN_UNDEF;
        }
    
  3. or download this
    void
    tdxs_wait_for_response()
    ...
            PUSHs(&PL_sv_undef);
            XSRETURN(3);