home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / applicat / 7097 < prev    next >
Encoding:
Text File  |  1992-09-10  |  967 b   |  25 lines

  1. Newsgroups: comp.sys.amiga.applications
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!haven.umd.edu!darwin.sura.net!gatech!news.byu.edu!ux1!fcom.cc.utah.edu!dave
  3. From: dave@news.ccutah.edu (dave martin)
  4. Subject: Re: SAS C 6.0
  5. Message-ID: <1992Sep10.192942.10151@fcom.cc.utah.edu>
  6. Sender: news@fcom.cc.utah.edu
  7. Organization: University of Utah Computer Center
  8. X-Newsreader: Tin 1.1 PL3
  9. References: <Bu9EGK.Gvn@unx.sas.com>
  10. Date: Thu, 10 Sep 92 19:29:42 GMT
  11. Lines: 12
  12.  
  13. I just discovered two days ago that atof in 5.10b with ansi libraries
  14. is "broke".  I quote it because it just occured to me that it may be
  15. returning long double which the 5.10 compiler doesn't support.
  16. I'm compiling with -cfirst -f8 (and linking with approprate libraries);
  17. it returns 0 for "0" and "0.0" but returns things
  18. like 1.2423e+173 for things like "1.0".
  19.  
  20. Anyway, is it broke, and if so is it fixed?
  21. I've resorted to using sscanf in the meantime.
  22.  
  23. dave@csulx.weber.edu
  24. dmartin@cc.weber.edu
  25.