Colin Paul Adams <[EMAIL PROTECTED]> wrote: > I have a problem with this - namely that the function is variadic, and > the interface generator can't cope with this.
Have a look at src/inter_run.c e.g.
<void *
Parrot_runops_fromc_arglist(Parrot_Interp interpreter, PMC *sub,
const char *sig, va_list args)>
leo
