- or download this
XS(XS_main_rnd64); /* prototype to pass -Wmissing-prototypes */
XS(XS_main_rnd64)
...
#line 66 "monkeys.xs"
temp = PL_markstack_ptr++;
rnd64(n);
- or download this
SP -= items;
- or download this
return; /* assume stack size is correct */
#line 146 "monkeys.c"
...
return;
}
}
- or download this
XS(XS_main_xxxxx) {
dXSARGS;
...
return;
}
}