toaruos/libc/stdlib
K. Lange 288bcc3b38 libc: fix bad digit check for strtoul base>10 2018-12-22 12:50:36 +09:00
..
abort.c Some bad locale functions 2018-06-10 19:31:18 +09:00
atexit.c add atexit() 2018-09-15 16:26:45 +09:00
atof.c At least define a bunch of libc stuff 2018-06-25 12:11:33 +09:00
bsearch.c libc: add naive bsearch 2018-10-10 09:35:09 +09:00
div.c libc: support for building libstdc++? 2018-10-12 10:35:28 +09:00
getenv.c Add putenv, setenv 2018-05-02 19:25:03 +09:00
labs.c atol ~= atoi, labs 2018-05-09 16:55:10 +09:00
malloc.c libc: fix malloc assert to not call malloc 2018-11-21 22:06:28 +09:00
mbstowcs.c libc: working wcstombs and mbstowcs 2018-10-10 11:01:30 +09:00
mktemp.c libc: add mkstemp 2018-11-22 16:27:07 +09:00
putenv.c add unsetenv 2018-09-23 12:06:25 +09:00
qsort.c libc: qsort: bail early when sizes are 0 2018-10-12 15:53:54 +09:00
rand.c add rand() 2018-05-09 19:43:02 +09:00
setenv.c Add putenv, setenv 2018-05-02 19:25:03 +09:00
strtod.c libc: support for building libstdc++? 2018-10-12 10:35:28 +09:00
strtoul.c libc: fix bad digit check for strtoul base>10 2018-12-22 12:50:36 +09:00
system.c libc: system should return WEXITSTATUS(status) 2018-11-05 13:51:29 +09:00