atof() in SCO UNIX DEV

Richard Tobin richard at aiai.ed.ac.uk
Fri Oct 12 22:45:42 AEST 1990


In article <1990Oct09.133730.478 at pemstgt.gtc.de> tb at pemstgt.gtc.de (Tillmann Basien) writes:
>       The atof()-function does not work proberly. Is there a work-a-round
>       of this problem?

Unfortunately you don't say in what way it doesn't work.  One possibility
is that it is not declared in the .h files you include - try adding

   extern double atof();

to your program.

-- Richard
-- 
Richard Tobin,                       JANET: R.Tobin at uk.ac.ed             
AI Applications Institute,           ARPA:  R.Tobin%uk.ac.ed at nsfnet-relay.ac.uk
Edinburgh University.                UUCP:  ...!ukc!ed.ac.uk!R.Tobin



More information about the Comp.unix.questions mailing list