Age | Commit message (Collapse) | Author | |
---|---|---|---|
2 days | usr: libc: Add stdlib.h exit routines | Quinn 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-24 | Clean out for expt | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-05-07 | libc: stdlib: POSIX-compliant randomness | AptRock327 | |
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> |