Help for this page

Select Code to Download


  1. or download this
    void
    foo (x)
    ...
            }
            /* must have used dXSARGS; list context implied */
            return; /* assume stack size is correct */
    
  2. or download this
    void
    foo (x)
    ...
            CODE:
            foo(x);
            XSRETURN_EMPTY;