Help with C !
I tried your code, and it works just fine… result is:
Enter a float number: 3.1
Float: 3.100000
The first time I tried it, I got a BLink errror:
Undefined symbols First Referenced
_CXV45 File 'test.o'
I then compiled with the command line:
lc -Lm test.c
And it worked fine.