using borland turbo c 2.01.
I am currently checking and amending a program. When i step thru the program all goes well till i reach a line of code thus
batch.cre.cust_bal = atof(str)
whereupon the terminates thus
scanf : floating point formats not linked
abnormal program termination
I have the header file for the function atof.
the program should read a text file, just before the offending line i read the string using fgets to place into 'str' putting a watch on 'str' the correct data goes into 'str' but upon the next line ........
any thoughts.