diff options
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 |