Hi there everyone. First time post for me here, so if I am in the wrong place, someone please tell me.
Anyway, I would like to know what the Palm cousins are for sscanf(), va_start(), and va_end(). I found va_list, and sprintf(), but I cannot find info on these other functions. If there are no direct cousins, how do programmers perform the tasks that these basic C functions normally provide? I need to parse a string. It should be as easy as just an sscanf() function call. BTW, in all of the docs I've come across, va_start, va_end, and va_list are used. However, va_list did not work in my code. I found out that I needed to change this to _Palm_va_list instead. Perhaps the va_start and va_end issues are related, but again, I cannot find them in the docs I've looked in already. Regards, Dan :-> -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
