You're not in CRT lib land anymore.  You can use a small subset of CRT
functions that are defined to be PalmOS functions in the files unix_stdlib,
unix_stdio, etc. (these are in the PalmOS Suppport\incs\system\unix
directory in your codewarrior installation), but it is a very limited set
and I don't believe it includes atof.

However, if you look in FloatMgr.h you'll find what you are looking for (but
you probably won't be too happy about what you have to do to use it).

Hope this helps,
Kevin

> -----Original Message-----
> From: Taddei Pascal [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 29, 1999 9:54 AM
> To: '[EMAIL PROTECTED]'
> Subject: Using atof with CW ?
> 
> 
> I am  Programming with Code Warrior 3.1
> I want to use C function atof
> I included header <stdlib.h> in my .c file
> 
> My program is giving me a linking error at compile time. 
> Please, can somebody help me to sort that out ...
> 
> 

Reply via email to