fxlibc/src/libc/stdlib
Lephenixnoir df4c13b007
stdlib: fix bad memset in calloc()
2021-09-25 15:16:24 +02:00
..
target stdlib: add TinyMT-based rand, and malloc/etc for gint 2021-06-07 22:00:41 +02:00
abort.c signal: simple implementation (DONE) 2021-05-30 15:09:33 +02:00
abs.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
atof.c stdlib: add and test strtod, strtof and atof (DONE) 2021-05-21 23:56:35 +02:00
atoi.c stdlib: add atoi, atol and atoll 2021-05-20 11:35:14 +02:00
atol.c stdlib: add atoi, atol and atoll 2021-05-20 11:35:14 +02:00
atoll.c stdlib: add atoi, atol and atoll 2021-05-20 11:35:14 +02:00
calloc.c stdlib: fix bad memset in calloc() 2021-09-25 15:16:24 +02:00
div.c stdlib: add abs, labs, llabs, div, ldiv, lldiv (TEST) 2021-05-18 21:25:45 +02:00
exit.c stdlib: add exit() based on target-provided _Exit() 2021-05-29 16:45:35 +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
qsort.c stdlib: add qsort (TEST) 2021-06-28 23:54:43 +02:00
reallocarray.c update include hierarchy 2021-05-09 17:59:07 +02:00
stdlib_p.h stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strto_fp.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strto_int.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtod.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtof.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtol.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtold.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtoll.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtoul.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00
strtoull.c stdlib: formatting on the strto* functions 2021-05-24 10:07:48 +02:00