On Tue, 9 Nov 1999, Jun-Kiat Lam wrote:
> 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
Actually, this support DOES exist -- #include <unix_stdarg.h>.
Doug Gordon