- All int-type variables are now implemented with appropriate fixed-width data types
- Changed 'char *array' data type in printdata(...) and erasetrails(...) their parameter list to 'const char* array' because the values in those arrays or not to be modified
- Updated ftao function to:
- to be able to handle negative numbers, nan and inf conditions, and to convert negative numbers into strings
- place '0' infront of decimal point if abs(number) < 1
- changed the name of stringtofloat source and header files to float2string - accuratly reflects purpose of the library
Ghani Lawal
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.