Xref: utzoo comp.unix.questions:26188 comp.unix.sysv386:1172 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uunet!mcsun!hp4nl!star.cs.vu.nl!rvdp From: rvdp@cs.vu.nl (=Ronald van der Pol) Newsgroups: comp.unix.questions,comp.unix.sysv386 Subject: Re: atof() in SCO UNIX DEV Message-ID: <7944@star.cs.vu.nl> Date: 13 Oct 90 00:46:16 GMT References: <1990Oct09.133730.478@pemstgt.gtc.de> Sender: news@cs.vu.nl Distribution: comp Lines: 26 tb@pemstgt.gtc.de (Tillmann Basien) writes: | Hy netlanders, | I have SCO UNIX Version 3.2.0 with Development Kit. | The atof()-function does not work proberly. Is there a work-a-round | of this problem? atof() **does** work normally | My test-programm: | #include | #include #include | main() | { | double f; | f=atof("123.23"); | printf("F: %f \n",f); | } SCO UNIX has an ANSI C compiler. ANSI C's atof() is decared in "stdlib.h". -- Ronald van der Pol