Check your C book for the syntax of variable argument list support.  The
necessary defines for doing it on palm are in the SDK in
Core/System/Unix/unix_stdarg.h.  It defines va_start, va_end, and
va_arg, which are the functions you should use.

Hope that helps,
-Thomee Wright-

Makheshwar Babu wrote:
> 
> Hi,
>     Does palm support multiple parameters in a function?  If so how do we
> implement it?
> 
>     printf () function can take multiple parameters in it?  i would like to
> have a function similar to that.
> 
> thanks
> mak

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to