Clean up tlibc
iankronquist opened this issue · 7 comments
iankronquist commented
- We don't need the crappy printf
- We do need the string functions (memset etc.) They could be moved to libk.
iankronquist commented
This does include removing the tests for kassert which are both out of date and difficult to test properly.
Herbstein commented
Is that what you have in mind? I simply moved the string.h
functions into seperate files in libk. tlibc isn't being build at the moment because a conflict in the function names would happen otherwise.
iankronquist commented
@Herbstein that seems reasonable. I can't test it until around the 11th of July as I'm on vacation in Eastern Europe.
Herbstein commented
Enjoy your vacation then!
iankronquist commented
@Herbstein I have returned to civilization, so if you're still interested in submitting a proposal, please open one!
Herbstein commented
Will do.