fxlibc/src/stdlib
Lephenixnoir 2215b3c267
stdio: make all scanf tests pass
The tests are still far from exhaustive but that's a good start.
2024-01-14 17:31:21 +01:00
..
target fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
abort.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
abs.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
atexit.c dso, stdlib: __cxa_atexit(), __dso_handle, atexit() (TEST) 2023-04-01 20:30:30 +02:00
atof.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
atoi.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
atol.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
atoll.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
calloc.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
div.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
exit.c dso, stdlib: __cxa_atexit(), __dso_handle, atexit() (TEST) 2023-04-01 20:30:30 +02:00
labs.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
ldiv.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
llabs.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
lldiv.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
qsort.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
reallocarray.c fxlibc - v1.4.2 : fix reallocarray() + remove old Vhex/Casiowin sources 2022-06-03 16:25:31 +02:00
stdlib_p.h stdlib: restore private headers 2024-01-14 13:48:41 +01:00
strto_fp.c stdlib: restore private headers 2024-01-14 13:48:41 +01:00
strto_int.c stdio: make all scanf tests pass 2024-01-14 17:31:21 +01:00
strtod.c stdio: make all scanf tests pass 2024-01-14 17:31:21 +01:00
strtof.c stdio: make all scanf tests pass 2024-01-14 17:31:21 +01:00
strtol.c stdio: make all scanf tests pass 2024-01-14 17:31:21 +01:00
strtold.c stdio: make all scanf tests pass 2024-01-14 17:31:21 +01:00
strtoll.c stdio: make all scanf tests pass 2024-01-14 17:31:21 +01:00
strtoul.c stdio: make all scanf tests pass 2024-01-14 17:31:21 +01:00
strtoull.c stdio: make all scanf tests pass 2024-01-14 17:31:21 +01:00