The macro you are looking for is actually va_start(), va_arg () and va_end
(). It's mentioned in the MSL C docs. However, you can't really use this
macro on the Palm OS in CodeWarrior since it's implemented in <stdarg.h>,
and as you mentioned, most of the MSL ANSI C libs are not supported on the
Palm OS. I don't know if something equivalent is implemented in the Palm OS
SDK, but I doubt it. Sorry.

Jun-Kiat Lam
Metrowerks Technical Support

----- Original Message -----
From: Gaurav Palvia <[EMAIL PROTECTED]>
To: palm-dev-forum <[EMAIL PROTECTED]>
Sent: Monday, November 08, 1999 6:57 AM
Subject: is there anything by which we can pass variable no of arguments to
a function


> hi pals,
>
> is there anything by which we can pass variable no of arguments to a
> function.The standard vm_list ,vm_start macros are not supported
> in the code warrior c compiler
>
>

Reply via email to