From d39504436a7c6de2bfddf364097affe3b5d2106f Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 15 Nov 2020 15:38:33 +0000 Subject: added the code files --- shell.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shell.h (limited to 'shell.h') 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 -- cgit v1.2.3