Hello, If you wrote the fp.c floating-point sample code, or know who did, I'd like to hear from you. I just want to make sure I give credit where it's due. Thanks, Jaba Adams >I found this in the archives some time back, but I couldn't find the >original message to reference. Apologies to the orginal author. Here's >the code: > >#ifdef UNIX >#define StrChr(x,y) strchr(x,y) >#define StrCopy(x,y) strcpy(x,y) >#define StrLen(x) strlen(x) > >#include <stdlib.h> >#include <string.h> >#endif > >/* fp.c - simple float/ascii conversion routines > * > * These routines handle signed fixed-point strings only; no exponential > * notation is supported. > * ... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
