feat: implemented errno, strtol. Started ustar. Reformatted headers and
code. Added some self-tests. Started prepwork for vfs.
This commit is contained in:
@@ -15,7 +15,7 @@ void kprint_register(kprint_handler);
|
||||
|
||||
void kprint(const char *msg);
|
||||
|
||||
void kprint_sync(const char* msg);
|
||||
void kprint_sync(const char *msg);
|
||||
|
||||
void kprint_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user