Short: ftoa function for gcc Author: lorylombus@gmail.com (Lorence Lombardo) Uploader: lorylombus@gmail.com (Lorence Lombardo) Type: dev/gcc Version: 25-Jul-2015 Architecture: m68k-amigaos This ftoa() implementation was created because some formated float printing fails when compiling with -noixemul and NoFPU on 68k AmigaOS. If FPU is detected the short efficient part is used. Otherwise formating in this function is done so in integers, with rounding at the last decimal place. I found it necessary to use this function in my recent compile of "xmp262_68k.lha". NB: Converting this function to a double float is not recommended for its intended application. This function was created on "gcc v3.4.0" and also tested under the following compiler versions:- gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) gcc version 2.95.3 20010315 (release) Feel free to contact me on any ideas on how to improve this function. I have also created a similar function in "Blitz_lytstr.lha". web page:- http://geocities.ws/lorylomb/