What would be a better name for the dtoa function that converts a floating-point number to a string in decimal and also works with float?
Current signature:
void dtoa(double value, char* buf);
@vitaut honestly, `numtoa` if you can throw in a few int converters as well
@funkylab @vitaut 'a' at the end must have meant "ASCII" once upon a time
@dimpase @vitaut yes, that's what it's documented to mean in the UNIX programmer's manual from 1971. Was fully aware of that!
@dimpase @vitaut (Ritchie's manual, chapter Library Routines, of course only covers ftoa and itoa, not dtoa)