Closed JustBeYou closed 7 years ago
Write a small stdlib for kernel with some basic functions like: itoa, atol, atoi, rand, strcpy, memcpy, memcmp, memmove, etc. Place the new module in util/kstdlib.
Implemented in #16
Write a small stdlib for kernel with some basic functions like: itoa, atol, atoi, rand, strcpy, memcpy, memcmp, memmove, etc. Place the new module in util/kstdlib.