Ben Combee wrote > There is no sprintf library in CW -- you use the StrPrintF > API call instead.
Actually, that should read "there is no sprintf library in CW _that you can use for Palm OS development_". Generally speaking, you can't use the C standard library for Palm OS. strlen, atoi, memset, etc. have Palm OS equivalents. -E -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
