summaryrefslogtreecommitdiffstats
path: root/shell.h
blob: afbb63b6709d493fba0078f919a9c9938ac3c2ec (plain)
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