reading path tables now, need to make kheap sooner or later
This commit is contained in:
@@ -5,9 +5,13 @@
|
||||
#include <stddef.h>
|
||||
|
||||
void memcpy(const void* src, void* dst, size_t sz);
|
||||
void memset(const void* dst, uint8_t val, size_t sz);
|
||||
void memset(const uint8_t* dst, uint8_t val, size_t sz);
|
||||
|
||||
int strcmp(const char *s1, const char *s2);
|
||||
int strlen(const char* str);
|
||||
|
||||
void kheap_init();
|
||||
void* alloc(size_t sz);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user