aenachescu / PhiOS

GNU General Public License v3.0
6 stars 1 forks source link

Kernel Stdlib #9

Closed JustBeYou closed 7 years ago

JustBeYou commented 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.

aenachescu commented 7 years ago

Implemented in #16