Added kinfo, reduced global state
This commit is contained in:
parent
2213707c6a
commit
e72c8fe6fd
30 changed files with 510 additions and 574 deletions
|
|
@ -13,4 +13,6 @@ int memcmp(const void *s1, const void *s2, uint64_t n);
|
|||
|
||||
uint64_t strlen(const char* str);
|
||||
|
||||
void itoa(char *str, int number);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue