[OCLUG-devel] problems with atof()

Christopher Smith x at xman.org
Sun Jul 11 18:02:55 PDT 2004


On Sun, 2004-07-11 at 16:40, James Colannino wrote:
> Anyone know why the following won't work?  I'm compiling with gcc 3.3.3 
> if that makes a difference.

You failed to #include <stdlib.h>, which is where atof() is defined.

-- 
Christopher Smith <x at xman.org>


More information about the OCLUG-devel mailing list