Dave Nadler writes: > Keith, this Ryƫ implementation also removes use of malloc in FP > conversion right? > That would solve lots of problems in the embedded world. > Thanks, > Best Regards, Dave Yes. This is why picolibc uses this code (picolibc also removes malloc in the rest of stdio). -- -keith