Type conversions
Posted on November 22, 2010 at 19:15I am using the STM8S-discovery card and I want to convert a long to a floting point and also a float or double to an ASCII string. If I use a very common conversion such as atof to convert a string to a float it...