1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/libc/stdlib
2014-03-17 19:22:11 +01:00
..
_Exit.cpp
abort.cpp Fix incorrect usage of __is_sortix_foo macros in preprocessor conditionals. 2014-01-18 16:30:55 +01:00
abs.cpp
atexit.cpp Split libc/stdlib/on_exit.cpp into multiple files. 2013-12-17 14:30:45 +01:00
atof.cpp
atoi.cpp
atol.cpp
atoll.cpp
bsearch.cpp
calloc.cpp
canonicalize_file_name.cpp
canonicalize_file_name_at.cpp
clearenv.cpp Rewrite getenv(3), setenv(3), unsetenv(3) and clearenv(3). 2014-03-17 19:22:11 +01:00
div.cpp
exit.cpp Split libc/stdlib/on_exit.cpp into multiple files. 2013-12-17 14:30:45 +01:00
getenv.cpp Rewrite getenv(3), setenv(3), unsetenv(3) and clearenv(3). 2014-03-17 19:22:11 +01:00
heap.cpp Fix incorrect usage of __is_sortix_foo macros in preprocessor conditionals. 2014-01-18 16:30:55 +01:00
labs.cpp
ldiv.cpp
llabs.cpp
lldiv.cpp
mblen.cpp
mbstowcs.cpp
mbtowc.cpp
mkstemp.cpp
mktemp.cpp
on_exit.cpp Split libc/stdlib/on_exit.cpp into multiple files. 2013-12-17 14:30:45 +01:00
qsort.cpp
rand.cpp Update libc/stdlib/rand.cpp to current coding conventions. 2014-03-01 14:37:41 +01:00
realpath.cpp Fix libc function implementations without extern "C" linkage. 2014-01-18 16:30:56 +01:00
setenv.cpp Rewrite getenv(3), setenv(3), unsetenv(3) and clearenv(3). 2014-03-17 19:22:11 +01:00
strtod.cpp
strtof.cpp
strtol.cpp Fix strtol(3) handling negative numbers incorrectly. 2014-03-17 17:00:00 +01:00
strtold.cpp
strtoll.cpp
strtoul.cpp
strtoull.cpp
system.cpp
unsetenv.cpp Rewrite getenv(3), setenv(3), unsetenv(3) and clearenv(3). 2014-03-17 19:22:11 +01:00
wcstombs.cpp
wctomb.cpp