summaryrefslogtreecommitdiff
path: root/lib/libc/src/stdlib
AgeCommit message (Collapse)Author
3 daysusr: libc: Add stdlib.h exit routinesQuinn Stephens
* Added stdlib.h * Added abort(), exit(), and _Exit() Signed-off-by: Quinn Stephens <quinn@osmora.org> Signed-off-by: Ian Moffett <ian@osmora.org>
2024-06-24Clean out for exptIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-05-07libc: stdlib: POSIX-compliant randomnessAptRock327
This commit implements two functions: rand(), and srand() which together allow for the generation of pseudorandom numbers. Signed-off-by: AptRock327 <dominik032009@gmail.com> Signed-off-by: Ian Moffett <ian@osmora.org>