This commit is contained in:
Pin
2022-03-31 00:19:41 -04:00
parent 28940ba8ee
commit ffec14bf49
3 changed files with 111 additions and 25 deletions

5
msh.h
View File

@@ -1,3 +1,4 @@
int builtinExit();
int builtinAuthor();
int builtinExit(char **args);
int builtinAuthor(char **args);
int builtinCD(char **dir);
int builtinNMN(char **args);