Quick question...I've been looking through inter_run and extend to see how to pass arguments to a parrot method/function from C, but all the prototypes that I've seen have '...' or 'va_list' to accept the arguments.
If I don't know what the arguments or their respective types are at compile time, what function is best for me?
[It's not possible to construct a va_list, is it?] Thanks! Nick