fxlibc/src
Lephenixnoir 06f975f75c
stdlib: add a test strtol, strtoul, strtoll (DONE)
The presumed bug where the value computed without the sign overflows
even though the negative result can be represented is not actually a
problem, because this only happens with signed results and the temporary
value is computed as unsigned (thus with extra range).
2021-05-20 11:03:19 +02:00
..
libc stdlib: add a test strtol, strtoul, strtoll (DONE) 2021-05-20 11:03:19 +02:00
posix move bits/unistd_32.h to bits/asm on all targets 2021-05-11 09:22:34 +02:00