Help for this page
### try.pl ### use strict; ... # Apart from the building output, this script # finally outputs -5 (== 1 + 2 + 3 - 11) foo(1,2,3,-11);
#include "EXTERN.h" #include "perl.h" ... return; /* assume stack size is correct */
void foo (x, ...) ... PL_markstack_ptr++; foo(x); XSRETURN_EMPTY;