fxlibc/src/libc
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
..
assert assert: add a partial assert implementation (LDEPS) 2021-05-16 18:12:45 +02:00
ctype ctype: test and fix character class functions (DONE) 2021-05-18 11:37:37 +02:00
errno errno: add the errno variable and base macros 2021-05-16 18:12:46 +02:00
inttypes inttypes: add strtoimax and strtoumax 2021-05-20 16:05:20 +02:00
locale locale: add a stub that supports only the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
setjmp/target/sh-generic longjmp: optimize forcing the return value to be non-zero 2021-05-14 18:05:47 +02:00
signal/target/vhex-sh remove unneeded __SUPPORT macros 2021-05-09 22:11:49 +02:00
stdio update include hierarchy 2021-05-09 17:59:07 +02:00
stdlib stdlib: add and test strtold (DONE) 2021-05-21 22:49:55 +02:00
string update include hierarchy 2021-05-09 17:59:07 +02:00
threads update include hierarchy 2021-05-09 17:59:07 +02:00