Initial commit

This commit is contained in:
Pin
2023-03-05 16:39:34 -05:00
commit 5121ead594
7 changed files with 386 additions and 0 deletions

4
include/dfs.h Normal file
View File

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

0
include/util.h Normal file
View File