On Wed, 24 Oct 2001, Abhijit Menon-Sen wrote:

> stdarg.h won't help you if the function you are calling does not expect
> a va_list argument. (This is exactly why vsprintf exists.)

You are right. I forgot to mention that I do have another version of the
function that accepts a va_list. sorry. 

Is it possible to code a homegrown va_list (that my vararg C function will
accept) in the perl XS code (without using the stdarg.h macros that are
giving me compilation problems)?

Has anyone else experienced this problem?

Thanks again!

--Jennifer


Reply via email to