We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfc773 commit 7d2b263Copy full SHA for 7d2b263
src/c/kernel.h
@@ -23,9 +23,9 @@ void shell();
23
// char* tokenizeCommand(char* raw, int* commandLen);
24
void tokenizeCommand(char* raw, char* command, char* param);
25
void shell_cd(char* currentDir, char* params, char* dirBuffer);
26
-void shell_ls(char* currentDir, char* params, char* dirBuffer);
+void shell_ls(char currentDir, char* params);
27
void shell_cat(char* currentDir, char* params, char* dirBuffer);
28
-void shell_ln(char* currentDir, char* params);
+void shell_ln(int currentDirIdx, char* params);
29
void realPath(char *absPath, char *path, char *newPath);
30
31
#endif
0 commit comments