From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brad House To: Reinaldo Nolasco Sanches , gcc@gcc.gnu.org Subject: Re: atof() Date: Mon, 19 Aug 2002 11:13:00 -0000 Message-id: <3D613303.1030906@mainstreetsoftworks.com> References: <20020819174953.82701.qmail@web14402.mail.yahoo.com> X-SW-Source: 2002-08/msg01128.html #include needs to be added. The default data type for an undeclared function is int which will cause oddities like that. Always compile with -Wall when debugging stuff, as it will report such errors. -Brad Reinaldo Nolasco Sanches wrote: