Hello,
I had written a simple program. I want to convert ascii buffer into a float using atof. But this program can't link. An error occurs that no external symbol atof existing.
the atoi funktion is running without any problems. I had include the stdlib.h and the funktion (atof) is inside this header. Now I think that this i a problem with the library???
I use the evaluation version from the keil compiler.
Any ideas???
Thanks for help
rako