fxlibc/src
Lephenixnoir efb37cf783
stdlib: add and test strtold (DONE)
The method is rather naive - digits read as an integer, then multipled
by a power of 10 or 2. This does not always give exact results, but it's
close enough for now. A stub support for long double larger than 64 bits
is provided.
2021-05-21 22:49:55 +02:00
..
libc stdlib: add and test strtold (DONE) 2021-05-21 22:49:55 +02:00
posix move bits/unistd_32.h to bits/asm on all targets 2021-05-11 09:22:34 +02:00