#ifndef SHELL_H
#define SHELL_H

void printStatus(int status);
int strcnt(char* str, const char cnt);
bool exitPrefix(const char* cmdstr);

#endif