1 2 3 4 5 6 7 8
#ifndef SHELL_H #define SHELL_H void printStatus(int status); int strcnt(char* str, const char cnt); bool exitPrefix(const char* cmdstr); #endif