fxlibc/src/libc/stdlib
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
..
target/vhex-sh remove unneeded __SUPPORT macros 2021-05-09 22:11:49 +02:00
abs.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
calloc.c update include hierarchy 2021-05-09 17:59:07 +02:00
div.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
labs.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
ldiv.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
llabs.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
lldiv.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
reallocarray.c update include hierarchy 2021-05-09 17:59:07 +02:00
stdlib_p.h stdlib: add a test strtol, strtoul, strtoll (DONE) 2021-05-20 11:03:19 +02:00
strto_int.c stdlib: add a test strtol, strtoul, strtoll (DONE) 2021-05-20 11:03:19 +02:00
strtol.c stdlib: add a test strtol, strtoul, strtoll (DONE) 2021-05-20 11:03:19 +02:00
strtoll.c stdlib: add a test strtol, strtoul, strtoll (DONE) 2021-05-20 11:03:19 +02:00
strtoul.c stdlib: add a test strtol, strtoul, strtoll (DONE) 2021-05-20 11:03:19 +02:00
strtoull.c stdlib: reword strtoull into a generic strto_int 2021-05-20 09:23:06 +02:00