Willy Tarreau ae03d26eea MINOR: tools: add a float-to-ascii conversion function
We already had ultoa_r() and friends but nothing to emit inline floats.
This is now done with ftoa_r() and F2A/F2H. Note that the latter both use
the itoa_str[] as temporary storage and that the HTML format currently is
the exact same as the ASCII one. The trailing zeroes are always timmed so
these outputs are usable in user-visible output.
2021-05-08 10:48:17 +02:00
..
2020-12-16 15:49:53 +01:00
2021-04-01 18:03:37 +02:00
2021-04-08 20:11:58 +02:00
2021-05-07 15:12:20 +02:00
2020-11-05 17:20:35 +01:00