#include
#include
int main()
{
float f;
while(1)
{
f=atof("156");
}
return 0;
}
Can someone plz help me.. When I debug this code, I always get "No source available".. I have to add "libm.a"..? If yes, someone plz tell me how to add this in studio5.?