atof() in SCO UNIX DEV
Tillmann Basien
tb at pemstgt.gtc.de
Tue Oct 9 23:37:30 AEST 1990
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?
My test-programm:
#include <stdio.h>
#include <math.h>
main()
{
double f;
f=atof("123.23");
printf("F: %f \n",f);
}
--
Dipl.Ing. Tillmann Basien Programmentwicklung fuer Microcomputer
Vaihinger Str.49, PostBox 810165 +49-711-713047 FAX
7000 Stuttgart 80- West Germany +49-711-713045 PHONE
More information about the Comp.unix.questions
mailing list