Add: argument handling & PoC: echo command
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
|
||||
int strlen(const char* str);
|
||||
int strcmp(const char* str1, const char* str2);
|
||||
char* strtok(char* str, const char* delimiter);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user