diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-11-15 15:38:33 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-11-15 15:38:33 +0000 |
commit | d39504436a7c6de2bfddf364097affe3b5d2106f (patch) | |
tree | cacdcd93f0f6fc5d4e5f0bb64d961f23f3881043 /shell.h | |
parent | 085392bc2602a241b66721a7b6070c60ba69e01b (diff) | |
download | simpleShell-main.tar.gz simpleShell-main.zip |
added the code filesmain
Diffstat (limited to 'shell.h')
-rw-r--r-- | shell.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |