Much better (and more compliant) printk.

This commit is contained in:
2014-08-26 14:11:53 -04:00
parent 905a8a05a1
commit 1ef6bb95b3
4 changed files with 550 additions and 188 deletions

View File

@ -3,7 +3,6 @@
#include <stddef.h>
int strindexof(char c, const char *str);
size_t strlen(const char *str);
#endif