summaryrefslogtreecommitdiffstats
path: root/shell.h
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2020-11-15 15:38:33 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2020-11-15 15:38:33 +0000
commitd39504436a7c6de2bfddf364097affe3b5d2106f (patch)
treecacdcd93f0f6fc5d4e5f0bb64d961f23f3881043 /shell.h
parent085392bc2602a241b66721a7b6070c60ba69e01b (diff)
downloadsimpleShell-main.tar.gz
simpleShell-main.zip
added the code filesmain
Diffstat (limited to 'shell.h')
-rw-r--r--shell.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell.h b/shell.h
new file mode 100644
index 0000000..afbb63b
--- /dev/null
+++ b/shell.h
@@ -0,0 +1,8 @@
+#ifndef SHELL_H
+#define SHELL_H
+
+void printStatus(int status);
+int strcnt(char* str, const char cnt);
+bool exitPrefix(const char* cmdstr);
+
+#endif \ No newline at end of file