forked from xamidev/pepperOS
Kernel debug shell
This commit is contained in:
@@ -12,5 +12,6 @@
|
||||
char *strcpy(char *dest, const char *src);
|
||||
char *strcat(char *dest, const char *src);
|
||||
void strncpy(char* dst, const char* src, size_t n);
|
||||
int strncmp(const char* s1, const char* s2, size_t n);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user