On Mon, 17 Sep 2001, Gaurav Palvia wrote:
> My doubt/question is that while developing an application for Palm OS
> are we supposed to use those include files. As the doc says for Palm
> there is still no ANSI standard library routines.
I'm not sure about CW, but my experience with GCC may be useful anyway.
I've found that, in that case, at least several ANSI standard functions
could be used, but they increase code size since apparently they're in a
library that implements them in terms of equivalent PalmOS calls. It's
better to use the direct calls in that case, unless you need it to be
platform-independent.
It's the same idea behind the Berkeley socket call wrapper around the Palm
OS NetLib calls (something I use because of ORA's recommendation... you
can write and debug the network code on another platform and then easily
port it to the Palm that way).
----------------------------------------------------------------------
Brian Smith // [EMAIL PROTECTED] // http://www.arthurian.nu/
Software Developer // Gamer // Webmaster // System Administrator
fortune: cannot execute. Out of cookies.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/