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
|
misaka: initial merge
|
2021-05-31 10:54:11 +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
|
misaka: initial merge
|
2021-05-31 10:54:11 +09:00 |
rand.c
|
libc: rand() should not return negative values
|
2021-06-14 19:55:44 +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 major issue in strtox
|
2021-01-23 20:00:24 +09:00 |
system.c
|
libc: system should return WEXITSTATUS(status)
|
2018-11-05 13:51:29 +09:00 |