public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Brad House <gcc@mainstreetsoftworks.com>
To: Reinaldo Nolasco Sanches <r_linux@yahoo.com>, gcc@gcc.gnu.org
Subject: Re: atof()
Date: Mon, 19 Aug 2002 11:13:00 -0000	[thread overview]
Message-ID: <3D613303.1030906@mainstreetsoftworks.com> (raw)
In-Reply-To: <20020819174953.82701.qmail@web14402.mail.yahoo.com>

#include <stdlib.h> 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:

  parent reply	other threads:[~2002-08-19 11:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-19 10:49 atof() Reinaldo Nolasco Sanches
2002-08-19 11:03 ` atof() H. J. Lu
2002-08-19 11:09 ` atof() Janis Johnson
2002-08-19 11:13 ` Brad House [this message]
2002-08-19 11:13 ` atof() Andreas Jaeger
2002-08-19 11:18 ` atof() Erik Trulsson
     [not found] <Pine.LNX.4.33L2.0208191404020.11506-100000@sol.galaxy.acm.jhu.edu>
2002-08-19 12:57 ` atof() Reinaldo Nolasco Sanches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D613303.1030906@mainstreetsoftworks.com \
    --to=gcc@mainstreetsoftworks.com \
    --cc=gcc@gcc.gnu.org \
    --cc=r_linux@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).