I am trying to convert float value to string. For that i used 'ftoa' but it shows error like 'undefined reference to ftoa()'.Also i used 'gcvt()' instead of ftoa but not working.Any suggestion please?
Thanks.
I am trying to convert float value to string. For that i used 'ftoa' but it shows error like 'undefined reference to ftoa()'.Also i used 'gcvt()' instead of ftoa but not working.Any suggestion please?
Thanks.
You could use sprintf. Not very efficient though.