working on reading elf from initrd, and getting it launched with the new scheduler
This commit is contained in:
6
kernel/lib/string.h
Normal file
6
kernel/lib/string.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef KSTRING_H
|
||||
#define KSTRING_H
|
||||
|
||||
char* strtok_r(char* str, const char* delim, char** saveptr);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user