On Sun, 26 May 2002, Keith Monahan wrote: > As a C programmer with a fair amount of experience, I've still found the > Palm platform to be somewhat challenging because of the differences in what > standard functions are available. It's not that the Palm API is hard > though, it is generally easy, and the documentation generally easy to read > and complete. The problem for me was simply not knowing what standard > functions were available and which ones were not(or were renamed with a > slightly different parameter list). As a matter of fact, I could use a > chart that shows standard C library function to palm function map along with > differences in their arguments. I've seen limited charts here and there, > but nothing even close to complete.
thats what docs are for :) you'll surely find out if the API doesn't work as the standard library does with a small amount of testing. :) keep in mind if you dont want to use the Palm API's - you can always write your own or link to default stdlib type routines. // az [EMAIL PROTECTED] http://www.ardiri.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
